chore(ci): fix dependency
Some checks reported errors
agola/blog/Setup Error The run encountered an error
Some checks reported errors
agola/blog/Setup Error The run encountered an error
This commit is contained in:
parent
8e14c6ddcc
commit
3be8a17bda
1 changed files with 6 additions and 3 deletions
|
@ -2,7 +2,7 @@ version: v0
|
||||||
runs:
|
runs:
|
||||||
- name: Build
|
- name: Build
|
||||||
tasks:
|
tasks:
|
||||||
- name: checkout code
|
- name: Checkout code
|
||||||
runtime:
|
runtime:
|
||||||
type: pod
|
type: pod
|
||||||
containers:
|
containers:
|
||||||
|
@ -45,7 +45,7 @@ runs:
|
||||||
--context dir:///root/project/ \
|
--context dir:///root/project/ \
|
||||||
--dockerfile /root/project/Dockerfile
|
--dockerfile /root/project/Dockerfile
|
||||||
depends:
|
depends:
|
||||||
- checkout code
|
- Checkout code
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
runtime:
|
runtime:
|
||||||
containers:
|
containers:
|
||||||
|
@ -56,3 +56,6 @@ runs:
|
||||||
- run:
|
- run:
|
||||||
name: Deploy Helm chart
|
name: Deploy Helm chart
|
||||||
command: helm upgrade --set image.tag=$AGOLA_GIT_COMMITSHA --install --namespace blog deploy/helm blog
|
command: helm upgrade --set image.tag=$AGOLA_GIT_COMMITSHA --install --namespace blog deploy/helm blog
|
||||||
|
depends:
|
||||||
|
- Checkout code
|
||||||
|
- Build
|
Loading…
Reference in a new issue