This commit is contained in:
parent
66bf0e5e0b
commit
1b8dd217b1
@ -27,7 +27,7 @@ steps:
|
|||||||
exclude:
|
exclude:
|
||||||
- main
|
- main
|
||||||
commands:
|
commands:
|
||||||
- yq
|
- sed -i "/\b\(kubeContext\)\b/d" common/environments.yaml
|
||||||
- helmfile -e "${ENV}" diff
|
- helmfile -e "${ENV}" diff
|
||||||
diff:
|
diff:
|
||||||
!!merge <<: *opts
|
!!merge <<: *opts
|
||||||
@ -36,4 +36,5 @@ steps:
|
|||||||
include:
|
include:
|
||||||
- main
|
- main
|
||||||
commands:
|
commands:
|
||||||
|
- sed -i "/\b\(kubeContext\)\b/d" common/environments.yaml
|
||||||
- helmfile -e "${ENV}" apply
|
- helmfile -e "${ENV}" apply
|
||||||
|
Loading…
Reference in New Issue
Block a user