From f634fae34bfc46c3f2b7f73eca9ebd28ff0f0b61 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 19 Feb 2022 22:48:57 +0900 Subject: [PATCH] Update okteto-pipeline.yml --- okteto-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/okteto-pipeline.yml b/okteto-pipeline.yml index 13c332055..8c1481bdf 100644 --- a/okteto-pipeline.yml +++ b/okteto-pipeline.yml @@ -1,4 +1,5 @@ deploy: + - bash -c 'ls' - bash -c 'cp .config/example.yml .config/default.yml' - bash -c 'cp .config/docker_example.env .config/docker.env' - okteto build -t okteto.dev/misskey:latest