Skip to content
Snippets Groups Projects
Commit d7114907 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

update

parent eb62e77a
No related branches found
No related tags found
1 merge request!500Update Pipeline
...@@ -41,7 +41,9 @@ stages: ...@@ -41,7 +41,9 @@ stages:
${CI_COMMIT_REF_SLUG} == "production" || \ ${CI_COMMIT_REF_SLUG} == "production" || \
-n "${CI_COMMIT_TAG}" \ -n "${CI_COMMIT_TAG}" \
]]; then ]]; then
CI_COMMIT_REF_SLUG="latest"; CI_COMMIT_REF_SLUG="beta";
else
CI_COMMIT_REF_SLUG="beta--${CI_COMMIT_REF_SLUG}"
fi fi
.deploy: .deploy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment