Skip to content

Commit

Permalink
Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jan 31, 2025
1 parent 4f22d05 commit c217dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ node('put-shared') { ansiColor('xterm') {
}
stage('Filter') {
// using the previous successful deploy.json, filter the current deploy.json with items already pushed last time
sh'''
sh '''
wget --timeout=5 -qO past-deploy.json "$JOB_URL/lastSuccessfulBuild/artifact/deploy.json"
# swap to this touch instead of the wget above to (re)bootstrap
#touch past-deploy.json
Expand Down

0 comments on commit c217dfb

Please sign in to comment.