From 56f22bc4a38f6451dac13a691f0e641d7df59b1c Mon Sep 17 00:00:00 2001 From: Pavel Dmitriev Date: Mon, 2 May 2022 17:08:14 +0300 Subject: [PATCH] CI fox --- .agola/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.agola/config.yml b/.agola/config.yml index 6681261..f51f225 100644 --- a/.agola/config.yml +++ b/.agola/config.yml @@ -10,6 +10,7 @@ runs: tasks: # kaniko image doesn't have the git command installed - name: checkout code + working_dir: '/workspace' runtime: containers: - image: alpine/git @@ -18,9 +19,10 @@ runs: - save_to_workspace: contents: - source_dir: . - dest_dir: /workspace + dest_dir: . paths: - '**' + - name: build docker image runtime: containers: