diff options
| author | mo khan <mo.khan@gmail.com> | 2020-07-09 10:12:44 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-07-09 13:52:33 -0600 |
| commit | f3184e59ef427bcf879875934cdb954902e75f99 (patch) | |
| tree | e2e47cf628a63fad282472e90db77eda9ded6ca0 /.gitlab | |
| parent | e402bc7c18beb42d0fff1907dafec9931fcd036d (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.yml | 2 |
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 |
