Skip to content

Commit

Permalink
Hide the job detail output.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwei1018 authored Oct 15, 2024
1 parent 8f6c5ef commit 03daec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/backend-deploy/files/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ steps:
echo "JOB_NAME: $JOB_NAME"
echo "DEPLOYED_REVISION: $DEPLOYED_REVISION"
if gcloud run jobs describe $JOB_NAME --project=$PROJECT_ID --region=${_REGION} 2> /dev/null ; then
if gcloud run jobs describe $JOB_NAME --project=$PROJECT_ID --region=${_REGION} --format="value(metadata.name)" 2> /dev/null ; then
# Run the job and capture the output
JOB_OUTPUT=$(gcloud run jobs execute "$JOB_NAME" \
--region="${_REGION}" \
Expand Down

0 comments on commit 03daec3

Please sign in to comment.