Skip to content

Commit

Permalink
ci: use one wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Mar 16, 2022
1 parent beed8c1 commit e60791f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ pipeline {
}
}
steps {
googleStorageDownload(bucketUri: "gs://${JOB_GCS_BUCKET}/commits/${env.GIT_BASE_COMMIT}/*.*",
googleStorageDownload(bucketUri: "gs://${JOB_GCS_BUCKET}/commits/${env.GIT_BASE_COMMIT}/*",
credentialsId: "${JOB_GCS_CREDENTIALS}",
localDirectory: "${BASE_DIR}/build/distributions")
dir("${BASE_DIR}") {
Expand Down

0 comments on commit e60791f

Please sign in to comment.