Skip to content

Commit

Permalink
fix: missing clone step in the release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
luigibarbato committed Feb 2, 2023
1 parent 428db61 commit 5714ed0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,13 @@ trigger:
- "helm_chart/**"

steps:
- name: clone
image: alpine/git
commands:
- git clone https://github.com/sighupio/permission-manager .
- git checkout $DRONE_COMMIT
- git fetch --tags

- name: registry-tag
image: docker:23.0.0-rc.2-dind-alpine3.17
pull: always
Expand Down

0 comments on commit 5714ed0

Please sign in to comment.