Skip to content

Commit

Permalink
Fix release script (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
SilkovAlexander authored Aug 28, 2023
1 parent 0d0e3c5 commit fdd5dd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/Jenkinsfile.gosh-release
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ pipeline {
}
steps {
script {
env.VERSION = TAG.trim()
dir('docker-extension') {
withCredentials([[
$class: 'UsernamePasswordMultiBinding',
Expand Down

0 comments on commit fdd5dd7

Please sign in to comment.