Skip to content
Snippets Groups Projects
Commit 872bd6d8 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Merge branch '82.prologue-deploy-the-develop-branch-to-staging' into 'develop'

Change the on-grid continuous deployment tool to deploy the "develop" branch to the staging grid

See merge request !176
parents f7d22a82 5568327f
No related branches found
No related tags found
3 merge requests!180merge develop into production,!177merge develop into staging,!176Change the on-grid continuous deployment tool to deploy the "develop" branch to the staging grid
Pipeline #1137 passed
......@@ -13,14 +13,10 @@ shift
# configuration that controls what value is actually passed when an update is
# triggered.
case "${GRIDNAME}" in
"local")
"local"|"testing")
BRANCH="develop"
;;
"testing")
BRANCH="staging"
;;
"production")
BRANCH="production"
;;
......
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