Skip to content

Instantly share code, notes, and snippets.

@TanAlex
Created May 8, 2020 16:09
Show Gist options
  • Save TanAlex/d4a1b402824f864ef93f9ad789b15f3d to your computer and use it in GitHub Desktop.
Save TanAlex/d4a1b402824f864ef93f9ad789b15f3d to your computer and use it in GitHub Desktop.
- pushd customer-reporting.sls && npm install serverless-plugin-aws-alerts && popd
- |
echo "Runway Execution Step............"
if [[ "$BITBUCKET_BRANCH" == master ]]; then
eval $(aws ecr get-login --no-include-email | sed 's;https://;;g')
# do something
else
echo "Current branch is not master, skip";
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment