Skip to content

Commit

Permalink
Remove unused scope from setup-robot-vm.sh.
Browse files Browse the repository at this point in the history
This was causing an alert to be triggered about overly permissive roles.

Change-Id: I28fb9949df65444b9551213f9ae81e1410e11f5f
  • Loading branch information
Sam Khan committed Sep 30, 2020
1 parent c620d0e commit dfecd54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/setup-robot-vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ gcloud --project=$GCP_PROJECT_ID compute instances create ${ROBOT_NAME} \
--image-family ubuntu-1604-lts \
--image-project ubuntu-os-cloud \
--boot-disk-size=200GB \
--machine-type=e2-standard-2 \
--scopes=cloud-platform
--machine-type=e2-standard-2
gcloud --project=$GCP_PROJECT_ID compute instances add-tags ${ROBOT_NAME} \
--tags=kokoro-ssh

Expand Down

0 comments on commit dfecd54

Please sign in to comment.