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:
|
||||
- name: Build
|
||||
tasks:
|
||||
- name: checkout code
|
||||
- name: Checkout code
|
||||
runtime:
|
||||
type: pod
|
||||
containers:
|
||||
|
@ -45,7 +45,7 @@ runs:
|
|||
--context dir:///root/project/ \
|
||||
--dockerfile /root/project/Dockerfile
|
||||
depends:
|
||||
- checkout code
|
||||
- Checkout code
|
||||
- name: Deploy
|
||||
runtime:
|
||||
containers:
|
||||
|
@ -55,4 +55,7 @@ runs:
|
|||
dest_dir: .
|
||||
- run:
|
||||
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