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
Added drone instead of travis detection to makefile
master
Thomas Boerger
8 years ago
parent
cd7e661870
commit
fd13b71fb2
No known key found for this signature in database
GPG Key ID:
5A388F55283960B6
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
Makefile
+ 4
- 4
Makefile
View File
@@ -19,11 +19,11 @@ PACKAGES ?= $(shell go list ./... | grep -v /vendor/)
TAGS ?=
ifneq ($(
TRAVIS
_TAG),)
VERSION ?= $(
TRAVIS
_TAG)
ifneq ($(
DRONE
_TAG),)
VERSION ?= $(
DRONE
_TAG)
else
ifneq ($(
TRAVIS
_BRANCH),)
VERSION ?= $(
TRAVIS
_BRANCH)
ifneq ($(
DRONE
_BRANCH),)
VERSION ?= $(
DRONE
_BRANCH)
else
VERSION ?= master
endif
Write
Preview
Loading…
Cancel
Save