From 3be8a17bda3ae0ea4cdf7bea30804b0261a7e748 Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Thu, 15 Sep 2022 19:20:00 +0200 Subject: [PATCH] chore(ci): fix dependency --- .agola/config.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.agola/config.yml b/.agola/config.yml index 069c3b5..d5ec779 100644 --- a/.agola/config.yml +++ b/.agola/config.yml @@ -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 \ No newline at end of file + command: helm upgrade --set image.tag=$AGOLA_GIT_COMMITSHA --install --namespace blog deploy/helm blog + depends: + - Checkout code + - Build \ No newline at end of file