Skip to content

Commit

Permalink
Merge pull request #5 from porter-dev/sms/branching
Browse files Browse the repository at this point in the history
update branch and add logs
  • Loading branch information
stefanmcshane authored Mar 12, 2024
2 parents ce5eca8 + 2ac3ac2 commit 93ac3f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"on":
name: Deploy to integration-test-provisioning
on:
push:
branches:
- sms/intgtests
name: Deploy to integration-test-provisioning
- main
jobs:
porter-deploy:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion provisioning/testdata/update-permissions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ then
exit 1
fi

ccp-cli manage cloud update-permissions --project-id $PROJECT_ID
echo "Running permissions update for project $PROJECT_ID"
ccp-cli manage cloud update-permissions --project-id $PROJECT_ID
echo "Permissions updated for project $PROJECT_ID - exit code: $?"

0 comments on commit 93ac3f6

Please sign in to comment.