Skip to content

Commit

Permalink
ci: fix public logs link (#14418)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolduc authored Jul 2, 2024
1 parent 8f422dd commit fd09566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/cloudbuild/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ options:
'GENERATE_GOLDEN_ONLY=',
'UPDATED_DISCOVERY_DOCUMENT=',
'CONSOLE_LOG_URL=https://console.cloud.google.com/cloud-build/builds;region=${_POOL_REGION}/${BUILD_ID};tab=detail?project=${PROJECT_ID}',
'RAW_LOG_URL=https://storage.googleapis.com/${_LOGS_BUCKET}/logs/google-cloud-cpp/${_TRIGGER_SOURCE}/${COMMIT_SHA}/${_DISTRO}-${_BUILD_NAME}/log-${BUILD_ID}.txt'
'RAW_LOG_URL=https://storage.googleapis.com/${_LOGS_BUCKET}/logs/google-cloud-cpp/${_TRIGGER_SOURCE}/${COMMIT_SHA}/${_DISTRO}-${_BUILD_NAME}-${_SHARD}/log-${BUILD_ID}.txt'
]
substitutionOption: 'ALLOW_LOOSE'
volumes:
Expand Down

0 comments on commit fd09566

Please sign in to comment.