fixed YAML, again

This commit is contained in:
Manuel Friedli 2016-06-26 22:28:07 +02:00
parent 3e2a37f3e7
commit dc93de27e5
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ staging:
only: only:
- develop - develop
variables: variables:
- ENVIRON: staging ENVIRON: staging
production: production:
stage: deploy stage: deploy
@ -35,4 +35,4 @@ production:
only: only:
- master - master
variables: variables:
- ENVIRON: production ENVIRON: production