This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Exclude pull_request from fetch-tags step,
fixes
#7108
(
#7120
)
Signed-off-by: Nick Meyer <nick@e3b0c442.io>
for-closed-social
Nick Meyer
5 years ago
committed by
Lunny Xiao
parent
8bf405986e
commit
5d3177dbb6
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.drone.yml
+ 3
- 0
.drone.yml
View File
@ -7,6 +7,9 @@ pipeline:
image
:
docker:git
commands:
-
git fetch --tags --force
when:
event:
exclude
:
[
pull_request ]
download_translations:
image
:
jonasfranz/crowdin
Write
Preview
Loading…
Cancel
Save