ci: faster cache and artifact handling
This commit is contained in:
parent
38200163d6
commit
5570f5f3da
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ stages:
|
||||||
variables:
|
variables:
|
||||||
# Makes some things print in color
|
# Makes some things print in color
|
||||||
TERM: ansi
|
TERM: ansi
|
||||||
|
# Faster cache and artifact compression / decompression
|
||||||
|
FF_USE_FASTZIP: true
|
||||||
|
# Print progress reports for cache and artifact transfers
|
||||||
|
TRANSFER_METER_FREQUENCY: 5s
|
||||||
|
|
||||||
# Avoid duplicate pipelines
|
# Avoid duplicate pipelines
|
||||||
# See: https://docs.gitlab.com/ee/ci/yaml/workflow.html#switch-between-branch-pipelines-and-merge-request-pipelines
|
# See: https://docs.gitlab.com/ee/ci/yaml/workflow.html#switch-between-branch-pipelines-and-merge-request-pipelines
|
||||||
|
|
Loading…
Reference in a new issue