diff options
author | Frédéric Menou <frederic.menou@fretlink.com> | 2018-03-30 23:48:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-30 23:48:43 +0200 |
commit | 3910b408f30bb3b21911a01356fd9994b511990b (patch) | |
tree | fbf126bef733eb797bb2b1b433ad7f924fc80cb0 /files | |
parent | 7e33cb51e8c911d6f10b226282b7dbc58c13532f (diff) | |
parent | d7d8a988fe5640c5ffa01e1e690516cd201665a5 (diff) | |
download | ansible-clever-3910b408f30bb3b21911a01356fd9994b511990b.tar.gz ansible-clever-3910b408f30bb3b21911a01356fd9994b511990b.tar.zst ansible-clever-3910b408f30bb3b21911a01356fd9994b511990b.zip |
Merge pull request #7 from fmenou/better-wait-deployv1.1
Better wait deploy - take #2
Diffstat (limited to 'files')
-rw-r--r-- | files/clever-wait-deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/clever-wait-deploy.sh b/files/clever-wait-deploy.sh index 99088cc..c955f6a 100644 --- a/files/clever-wait-deploy.sh +++ b/files/clever-wait-deploy.sh | |||
@@ -32,7 +32,7 @@ function check { | |||
32 | done | 32 | done |
33 | 33 | ||
34 | # Wait for completion | 34 | # Wait for completion |
35 | echo "Deployement in progress..." | 35 | echo "Deployment in progress..." |
36 | while deploying "$commit" -a $timeout -gt 0 | 36 | while deploying "$commit" -a $timeout -gt 0 |
37 | do | 37 | do |
38 | sleep $samplingTime | 38 | sleep $samplingTime |