Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from tamedia-pmd/feature/circleci
Browse files Browse the repository at this point in the history
fix circleci setStageName
  • Loading branch information
LukeZzzHD authored Oct 14, 2021
2 parents 32cc7db + db0f510 commit ce60af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/helpers/setStageName.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eu
STAGE=""

case "$CIRCLE_BRANCH" in
"main" ) echo "prod" && exit 0;;
"master" ) echo "prod" && exit 0;;
"develop" ) echo "dev" && exit 0;;
esac
case "$CIRCLE_TAG" in
Expand Down

0 comments on commit ce60af0

Please sign in to comment.