Skip to content

Commit

Permalink
re-fix indentation
Browse files Browse the repository at this point in the history
Signed-off-by: SamuelTissot <tissotjobin@gmail.com>
  • Loading branch information
SamuelTissot committed Mar 19, 2019
1 parent 2ffbb6c commit 6a41d7e
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,43 +179,43 @@ workflows:
branches:
only: master

#-------- prod ------------------
"wlio-prod":
jobs:
# clone repo
- gitclone:
filters:
tags:
only: /^v\d+\.\d+\.\d+/
branches:
ignore: /.*/
# test and build.
- tests:
requires:
- gitclone
filters:
tags:
only: /^v\d+\.\d+\.\d+/
branches:
ignore: /.*/
#setup environment variables for the App Engine
- inject_env_vars:
context: wlio-prod
requires:
- gitclone
filters:
tags:
only: /^v\d+\.\d+\.\d+/
branches:
ignore: /.*/
# deploy
- deploy:
context: wlio-prod
requires:
- tests
- inject_env_vars
filters:
tags:
only: /^v\d+\.\d+\.\d+/
branches:
ignore: /.*/
#-------- prod ------------------
"wlio-prod":
jobs:
# clone repo
- gitclone:
filters:
tags:
only: /^v\d+\.\d+\.\d+/
branches:
ignore: /.*/
# test and build.
- tests:
requires:
- gitclone
filters:
tags:
only: /^v\d+\.\d+\.\d+/
branches:
ignore: /.*/
#setup environment variables for the App Engine
- inject_env_vars:
context: wlio-prod
requires:
- gitclone
filters:
tags:
only: /^v\d+\.\d+\.\d+/
branches:
ignore: /.*/
# deploy
- deploy:
context: wlio-prod
requires:
- tests
- inject_env_vars
filters:
tags:
only: /^v\d+\.\d+\.\d+/
branches:
ignore: /.*/

0 comments on commit 6a41d7e

Please sign in to comment.