Skip to content

Commit

Permalink
ci: store build/distributions (#1238)
Browse files Browse the repository at this point in the history
(cherry picked from commit f579995)
  • Loading branch information
v1v authored and mergify[bot] committed May 12, 2022
1 parent ac239de commit b4144ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pipeline {
dir("${BASE_DIR}"){
withGoEnv(){
sh(label: 'Create release artifacts', script: 'make docker-release')
uploadPackagesToGoogleBucket(pattern: 'build/binaries/')
uploadPackagesToGoogleBucket(pattern: 'build/distributions/')
}
}
}
Expand Down

0 comments on commit b4144ea

Please sign in to comment.