Skip to content

Commit 95f094c

Browse files
committed
remove concourse conditional
1 parent 4f53d30 commit 95f094c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

concourse/scripts/set_pipeline.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ else
1111
branch=$(git rev-parse --abbrev-ref HEAD)
1212
fi
1313

14-
if [[ ${branch} == "main" || ${branch} == "master" || ${branch} == "concourse" ]]; then
14+
if [[ ${branch} == "main" || ${branch} == "master" ]]; then
1515
env="prod"
1616
else
1717
env="dev"

0 commit comments

Comments
 (0)