From c68fa4cabf5eef166059b0e6ebe032c5d4f1dcea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Wed, 10 Aug 2022 19:28:23 +0200 Subject: [PATCH] ci: debug --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.drone.yml b/.drone.yml index 3cccee4..e796367 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,11 @@ kind: pipeline type: docker name: default +trigger: + ref: + - refs/heads/** + - refs/tags/v* + steps: - name: build_base image: gcr.io/kaniko-project/executor:debug @@ -19,6 +24,8 @@ steps: - echo "{\"auths\":{\"$REGISTRY_HOST\":{\"username\":\"$REGISTRY_USERNAME\",\"password\":\"$REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json - export DESTINATION="$${DESTINATION_PREFIX}:$${DRONE_TAG:-$DRONE_COMMIT_BRANCH}" - echo "pushing to $DESTINATION" + - pwd + - ls when: ref: - refs/heads/main