Skip to content

Commit

Permalink
fixup: add missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
ingwinlu committed May 16, 2018
1 parent a22bf83 commit 34772ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ maybeStage("Deploy Homepage", true) {
--restart=always"""
)

sh "docker stop -t ${frontend_name} || /bin/true"
sh "docker stop -t 5 ${frontend_name} || /bin/true"
sh "docker rm ${frontend_name} || /bin/true"
frontend.run("""\
-e VIRTUAL_HOST=www.libelektra.org \
Expand Down

0 comments on commit 34772ed

Please sign in to comment.