diff options
| author | mo khan <mo.khan@gmail.com> | 2019-08-22 17:41:29 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-08-22 17:41:29 -0600 |
| commit | 81892a844a085318cce9a138f87c08f39197869f (patch) | |
| tree | b447b57a85dd4e015446862fff66d5acf460d831 | |
| parent | 4e0df3ca8309cde85b99da1c2c81c31bbf88d1aa (diff) | |
remove before_script because it did not work
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b0843c..020c4c2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,24 +63,18 @@ container_scanning: 12-3-test-release: extends: .QA:test-release - before_script: - - export IMAGE_TAG="${MAJOR}-3_${CI_COMMIT_REF_SLUG}-stable" variables: DOTENV: ".env.12-3-stable" IMAGE_TAG: "${MAJOR}-3_${CI_COMMIT_REF_SLUG}-stable" 12-2-test-release: extends: .QA:test-release - before_script: - - export IMAGE_TAG="${MAJOR}-2_${CI_COMMIT_REF_SLUG}-stable" variables: DOTENV: ".env.12-2-stable" IMAGE_TAG: "${MAJOR}-2_${CI_COMMIT_REF_SLUG}-stable" 12-1-test-release: extends: .QA:test-release - before_script: - - export IMAGE_TAG="${MAJOR}-1_${CI_COMMIT_REF_SLUG}-stable" variables: DOTENV: ".env.legacy" IMAGE_TAG: "${MAJOR}-1_${CI_COMMIT_REF_SLUG}-stable" |
