We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f53d30 commit 95f094cCopy full SHA for 95f094c
1 file changed
concourse/scripts/set_pipeline.sh
@@ -11,7 +11,7 @@ else
11
branch=$(git rev-parse --abbrev-ref HEAD)
12
fi
13
14
-if [[ ${branch} == "main" || ${branch} == "master" || ${branch} == "concourse" ]]; then
+if [[ ${branch} == "main" || ${branch} == "master" ]]; then
15
env="prod"
16
else
17
env="dev"
0 commit comments