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 Mar 18, 2022
1 parent 8ffc748 commit 2a4ea65
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 @@ -111,7 +111,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 2a4ea65

Please sign in to comment.