This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Fetch refs for successful testing for tag (
#7388
)
* Fetch refs for successful testing for tag
Fix
#7382
* Update .drone.yml
tags/v1.11.0-dev
techknowlogick
zeripath
6 years ago
parent
8cf73d6202
commit
9bf759b8eb
1 changed files
with
12 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-1
.drone.yml
+ 12
- 1
.drone.yml
View File
@@ -116,6 +116,17 @@ steps:
- push
- pull_request
- name: tag-pre-condition
pull: always
image: alpine/git
commands:
- git update-ref refs/heads/tag_test ${DRONE_COMMIT_SHA}
depends_on:
- build
when:
event:
- tag
- name: tag-test
pull: always
image: golang:1.12
@@ -124,7 +135,7 @@ steps:
environment:
TAGS: bindata
depends_on:
-
build
-
tag-pre-condition
when:
event:
- tag
Write
Preview
Loading…
Cancel
Save