Skip to content

Commit

Permalink
Remove logging statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
markspec committed Apr 11, 2023
1 parent 945578f commit f8f1e4d
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -246,26 +246,6 @@ systemctl enable shutdown.service
fi
fi

echo "
CMD = gcloud compute instances create ${VM_ID} \
--zone=${machine_zone} \
${disk_size_flag} \
--machine-type=${machine_type} \
--scopes=${scopes} \
${service_account_flag} \
${image_project_flag} \
${image_flag} \
${image_family_flag} \
${preemptible_flag} \
${no_external_address_flag} \
${subnet_flag} \
${accelerator} \
${maintenance_policy_flag} \
--labels=gh_ready=0 \
--metadata=startup-script=\"$startup_script\" \
&& echo "label=${VM_ID}" >> $GITHUB_OUTPUT
"

gcloud compute instances create ${VM_ID} \
--zone=${machine_zone} \
${disk_size_flag} \
Expand Down

0 comments on commit f8f1e4d

Please sign in to comment.