Skip to content

Commit

Permalink
cicd: delete uneeded step
Browse files Browse the repository at this point in the history
  • Loading branch information
sostrovskyi committed Sep 14, 2022
1 parent f16d8df commit f70b628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile.gosh-prepare-rc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pipeline {
script {
if (!params.ONLYWEB) {
dir('git-remote-gosh') {
sh "make bench prepare-builder DOCKER_BUILDER_ARGS='--driver-opt network=host'"
sh "make prepare-builder DOCKER_BUILDER_ARGS='--driver-opt network=host'"
sh "make publish FULL_IMAGE_NAME=localhost:5000/teamgosh/git:${VERSION} PLATFORM=linux/amd64,linux/arm64"
sh "make bench FULL_IMAGE_NAME=localhost:5000/teamgosh/git:${VERSION} DOCKER_BUILDX_ARGS='--output type=local,dest=./' PLATFORM=linux/amd64,linux/arm64"
sh 'cp linux_amd64/usr/local/bin/git-remote-gosh ./git-remote-gosh-amd64'
Expand Down

0 comments on commit f70b628

Please sign in to comment.