Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #134 from Jahia/PAAS-1222-fix-misshandled-error-case
Browse files Browse the repository at this point in the history
PAAS-1222: Force shell blocks to fail together
  • Loading branch information
laurentfufu authored Oct 6, 2020
2 parents 61b7ac0 + 880ef7a commit 7f2f313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions region_migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ actions:
enableGalera:
- cmd[sqldb]: |-
service mysql start
service mysql start &&\
chkconfig mysql on
user: root
Expand All @@ -88,7 +88,7 @@ actions:
enableTomcat:
- cmd[proc, cp]: |-
service tomcat start
service tomcat start &&\
chkconfig tomcat on
user: root
Expand Down

0 comments on commit 7f2f313

Please sign in to comment.