wait option flag added in docs

This commit is contained in:
Ivan Pedrazas
2017-03-14 06:00:28 +00:00
parent ea34d14829
commit c882e905a1
+3
View File
@@ -17,6 +17,7 @@ pipeline:
values: secret.password=${SECRET_PASSWORD},image.tag=${DRONE_BRANCH}-${DRONE_COMMIT_SHA:0:7}
prefix: STAGING
debug: true
wait: true
when:
branch: [master]
```
@@ -66,6 +67,7 @@ pipeline:
values: secret.password=${SECRET_PASSWORD},image.tag=${DRONE_BRANCH}-${DRONE_COMMIT_SHA:0:7}
prefix: STAGING
debug: true
wait: true
when:
branch:
exclude: [ master ]
@@ -79,6 +81,7 @@ pipeline_production:
values: secret.password=${SECRET_PASSWORD},image.tag=${DRONE_BRANCH}-${DRONE_COMMIT_SHA:0:7}
prefix: PROD
debug: true
wait: true
when:
branch: [master]
```