Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jyang-broad committed Jun 25, 2024
1 parent 96ddb2b commit 9bc20ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions automation/canary_events.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"eventType":"CanaryTestProd","type":"Workflow","status": "Succeeded","timeToComplete (sec)":"253"}]
2 changes: 1 addition & 1 deletion jenkins/jenkins_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SECRET_ACCESS_ACCOUNT=jenkins-firecloud@broad-dsp-techops.iam.gserviceaccount.co
# Expand the array of args and pass them to `docker`
JSON_CREDS=$(docker ${DOCKER_ARGS[*]} /bin/bash -c "gcloud config set account ${SECRET_ACCESS_ACCOUNT} && gcloud secrets versions access latest --project broad-dsde-dev --secret firecloud-sa")

echo $(JSON_CREDS) | jq . > dspci-wb-gcr-service-account.json
echo ${JSON_CREDS} | jq . > dspci-wb-gcr-service-account.json

./scripts/build.sh compile -d push -g gcr.io/broad-dsp-gcr-public/${PROJECT} -k "dspci-wb-gcr-service-account.json"

Expand Down

0 comments on commit 9bc20ac

Please sign in to comment.