summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-07-09 10:12:44 -0600
committermo khan <mo.khan@gmail.com>2020-07-09 13:52:33 -0600
commitf3184e59ef427bcf879875934cdb954902e75f99 (patch)
treee2e47cf628a63fad282472e90db77eda9ded6ca0 /.gitlab
parente402bc7c18beb42d0fff1907dafec9931fcd036d (diff)
Change max size to 1.46 GB
* To match guidance described in https://docs.gitlab.com/ee/development/integrations/secure.html#image-size
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/test.yml b/.gitlab/test.yml
index 8d664c0..506f344 100644
--- a/.gitlab/test.yml
+++ b/.gitlab/test.yml
@@ -7,7 +7,7 @@ size:
timeout: 3 minutes
variables:
GIT_STRATEGY: none
- MAX_SIZE: 2147483648
+ MAX_SIZE: 1567663064
script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker pull $TMP_IMAGE