Skip to content

Commit

Permalink
Call script
Browse files Browse the repository at this point in the history
  • Loading branch information
dtwaddle2-r7 committed Nov 17, 2023
1 parent d6c604d commit 0d11a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ s3ReleasePipeline(
'Debug: install semver-tool': {
sh 'wget -O semver https://raw.githubusercontent.com/fsaintjacques/semver-tool/3.3.0/src/semver'
sh 'chmod +x semver'
sh 'semver --version'
sh './semver --version'
}
]
)

0 comments on commit 0d11a34

Please sign in to comment.