Skip to content

Commit

Permalink
ci: store build/distributions (#1238) (#1462)
Browse files Browse the repository at this point in the history
(cherry picked from commit f579995)

Co-authored-by: Victor Martinez <[email protected]>
  • Loading branch information
mergify[bot] and v1v authored May 16, 2022
1 parent ac239de commit 85c99f8
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 85c99f8

Please sign in to comment.