Skip to content

Commit

Permalink
Updates .drone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
richmahn committed May 16, 2022
1 parent e2a519e commit 167fc69
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .drone.yml
Expand Up @@ -235,6 +235,7 @@ steps:
image: docker:git
pull: always
commands:
- git config --global --add safe.directory /drone/src
- git fetch --tags --force
when:
event:
Expand Down Expand Up @@ -427,6 +428,7 @@ steps:
image: docker:git
pull: always
commands:
- git config --global --add safe.directory /drone/src
- git fetch --tags --force
when:
event:
Expand Down Expand Up @@ -628,6 +630,7 @@ steps:
# image: docker:git
# pull: always
# commands:
# - git config --global --add safe.directory /drone/src
# - git fetch --tags --force

# - name: deps-frontend
Expand Down Expand Up @@ -746,6 +749,7 @@ steps:
# image: docker:git
# pull: always
# commands:
# - git config --global --add safe.directory /drone/src
# - git fetch --tags --force

# - name: deps-frontend
Expand Down Expand Up @@ -891,6 +895,7 @@ steps:
image: docker:git
pull: always
commands:
- git config --global --add safe.directory /drone/src
- git fetch --tags --force

- name: send-tags-to-tags-file
Expand Down Expand Up @@ -966,6 +971,7 @@ steps:
image: docker:git
pull: always
commands:
- git config --global --add safe.directory /drone/src
- git fetch --tags --force

- name: publish
Expand Down Expand Up @@ -1028,6 +1034,7 @@ steps:
image: docker:git
pull: always
commands:
- git config --global --add safe.directory /drone/src
- git fetch --tags --force

- name: publish
Expand Down Expand Up @@ -1124,6 +1131,7 @@ steps:
image: docker:git
pull: always
commands:
- git config --global --add safe.directory /drone/src
- git fetch --tags --force

- name: send-tags-to-tags-file
Expand Down Expand Up @@ -1199,6 +1207,7 @@ steps:
image: docker:git
pull: always
commands:
- git config --global --add safe.directory /drone/src
- git fetch --tags --force

- name: publish
Expand Down Expand Up @@ -1261,6 +1270,7 @@ steps:
image: docker:git
pull: always
commands:
- git config --global --add safe.directory /drone/src
- git fetch --tags --force

- name: publish
Expand Down

0 comments on commit 167fc69

Please sign in to comment.