diff options
author | Ian Baum <ibaum@gitlab.com> | 2018-11-14 11:36:02 -0600 |
---|---|---|
committer | Ian Baum <ibaum@gitlab.com> | 2018-11-15 09:45:04 -0600 |
commit | 553eaf01f7f299842d0985325e11ff8f58ef9c03 (patch) | |
tree | ba1fc235492ad96915d0d1792866f54b04b8b24a /.gitlab-ci.yml | |
parent | 51c09c381b98d55a70c54c0ca709161dd75e808d (diff) | |
download | gitlab-ce-553eaf01f7f299842d0985325e11ff8f58ef9c03.tar.gz |
Add BUILD_ASSETS_IMAGE CI variable
* Defaults to FALSE
* Can be used to disable building/pushing the assets image in the
gitlab:compile:assets job
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 94922aec598..bac46a689f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,7 @@ variables: GET_SOURCES_ATTEMPTS: "3" KNAPSACK_RSPEC_SUITE_REPORT_PATH: knapsack/${CI_PROJECT_NAME}/rspec_report-master.json FLAKY_RSPEC_SUITE_REPORT_PATH: rspec_flaky/report-suite.json + BUILD_ASSETS_IMAGE: "false" before_script: - bundle --version |