Skip to content

Commit

Permalink
Merge pull request #252 from mozilla-iam/fix_ci
Browse files Browse the repository at this point in the history
test object permission setters
  • Loading branch information
andrewkrug authored Apr 4, 2019
2 parents d8cff73 + 1141eba commit 011b934
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
echo "Begin deploy of the apps.yml file."
echo "$CODEBUILD_WEBHOOK_TRIGGER"


if [[ "branch/master" == "$CODEBUILD_WEBHOOK_TRIGGER" ]]
then
echo "Deploying to the development CDN cdn.sso.allizom.org"
Expand All @@ -13,5 +14,6 @@ elif [[ "$CODEBUILD_WEBHOOK_TRIGGER" =~ ^tag\/[0-9]\.[0-9]\.[0-9](\-(prod))?$ ]]
make deploy S3_BUCKET=sso-dashboard.configuration-prod
fi


echo "$CODEBUILD_WEBHOOK_TRIGGER"
echo "End deploy of the apps.yml."

0 comments on commit 011b934

Please sign in to comment.