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: