Fixing job names
This commit is contained in:
parent
189dfe29f2
commit
adb579ed8b
@ -36,7 +36,7 @@ workflows:
|
||||
version: 2
|
||||
preview:
|
||||
jobs:
|
||||
- build_preview:
|
||||
- build_deploy:
|
||||
context: preview-context
|
||||
filters:
|
||||
tags:
|
||||
@ -45,7 +45,7 @@ workflows:
|
||||
only: /.*/
|
||||
prod:
|
||||
jobs:
|
||||
- build_prod:
|
||||
- build_deploy:
|
||||
context: prod-context
|
||||
filters:
|
||||
tags:
|
||||
|
Loading…
Reference in New Issue
Block a user