Skip to content

Commit ff11bc8

Browse files
committed
Fix drone tag builds
1 parent 527a353 commit ff11bc8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.drone.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ workspace:
55
pipeline:
66
build:
77
image: golang:1.9
8+
environment:
9+
- APP_VERSION=${DRONE_TAG}
810
commands:
9-
- make build
1011
- make full-test
12+
- make build
1113
- make install-docker
1214

1315
publish-operator:

0 commit comments

Comments
 (0)