From a65d564c9198dad9400ef81f3863bae3997453fc Mon Sep 17 00:00:00 2001 From: H4CK3R-01 Date: Mon, 13 Mar 2023 14:58:56 +0100 Subject: [PATCH] Trying to fix pipeline 2 --- .woodpecker.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 59dc364..d0626ac 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,9 +3,9 @@ pipeline: image: golang commands: - echo -n "${CI_COMMIT_BRANCH//\//-}-${CI_COMMIT_SHA:0:8}, latest" > .tags - when: - path: [ "frontend/**", "backend/**" ] - event: push + #when: + # path: [ "frontend/**", "backend/**" ] + # event: push # -------------------------------------- Backend -------------------------------------- @@ -22,9 +22,9 @@ pipeline: from_secret: registry dockerfile: ./backend/Dockerfile platforms: linux/amd64 - when: - path: "backend/**" - event: push + #when: + # path: "backend/**" + # event: push # -------------------------------------- Frontend -------------------------------------- @@ -41,8 +41,8 @@ pipeline: from_secret: registry dockerfile: ./frontend/Dockerfile platforms: linux/amd64 - when: - path: "frontend/**" - event: push + #when: + # path: "frontend/**" + # event: push branches: main