Skip to content

Commit 9365367

Browse files
committed
remove concourse conditional
1 parent 23f8561 commit 9365367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)