Skip to content

Commit

Permalink
basic integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmcshane committed Mar 7, 2024
1 parent d4448e3 commit a6ab631
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions provisioning/testdata/update-permissions.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
if [ -z "$PROJECT_ID" ];
then
echo "Project ID is not set"
exit 1
fi

ccp-cli manage cloud update-permissions --project-id $PROJECT_ID

0 comments on commit a6ab631

Please sign in to comment.