Skip to content

Commit c217dfb

Browse files
committed
Add missing space
1 parent 4f22d05 commit c217dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile.deploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ node('put-shared') { ansiColor('xterm') {
7575
}
7676
stage('Filter') {
7777
// using the previous successful deploy.json, filter the current deploy.json with items already pushed last time
78-
sh'''
78+
sh '''
7979
wget --timeout=5 -qO past-deploy.json "$JOB_URL/lastSuccessfulBuild/artifact/deploy.json"
8080
# swap to this touch instead of the wget above to (re)bootstrap
8181
#touch past-deploy.json

0 commit comments

Comments
 (0)