Fix issue in deployment script
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing

This commit is contained in:
Pierre HUBERT 2023-08-26 15:55:07 +02:00
parent 9006d73bf9
commit abb5ef89c9

View File

@ -8,7 +8,7 @@ if [[ -z "${AWS_SECRET_ACCESS_KEY}" ]]; then
exit 0 exit 0
fi fi
if [ ! "$DRONE_COMMIT_BRANCH" == "master"]; then if [ ! "$DRONE_COMMIT_BRANCH" == "master" ]; then
echo Not on master branch. Skip deployment. echo Not on master branch. Skip deployment.
exit 0 exit 0
fi fi