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
Exclude running docker build on cron tasks (
#14778
)
tags/v1.15.0-dev
techknowlogick
GitHub
4 years ago
parent
791ba7837f
commit
2846f25d5d
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
.drone.yml
+ 10
- 0
.drone.yml
View File
@@ -731,6 +731,9 @@ trigger:
ref:
- refs/heads/master
- "refs/tags/**"
event:
exclude:
- cron
steps:
- name: fetch-tags
@@ -833,6 +836,10 @@ trigger:
ref:
- refs/heads/master
- "refs/tags/**"
event:
exclude:
- cron
steps:
- name: fetch-tags
image: docker:git
@@ -917,6 +924,9 @@ trigger:
ref:
- refs/heads/master
- "refs/tags/**"
event:
exclude:
- cron
depends_on:
- docker-linux-amd64-release
Write
Preview
Loading…
Cancel
Save