Skip to content

Instantly share code, notes, and snippets.

@madiodio
Created July 14, 2020 23:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madiodio/4c300c48c61534d9d4bcc62289c4ac94 to your computer and use it in GitHub Desktop.
Save madiodio/4c300c48c61534d9d4bcc62289c4ac94 to your computer and use it in GitHub Desktop.
stage_name_constructor: >
if [ $SEED_STAGE_BRANCH == 'api-prod-client-version' ]; then
echo 'prod'
else
echo $SEED_STAGE_NAME
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment