This commit is contained in:
parent
ab5146b056
commit
00a4431303
@ -15,7 +15,6 @@ steps:
|
||||
environment:
|
||||
GOOS: linux
|
||||
GOARCH: amd64
|
||||
DRONE_TAG: ${DRONE_TAG}
|
||||
- name: release
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
|
@ -7,7 +7,7 @@ then
|
||||
VERSION=$DRONE_TAG
|
||||
elif
|
||||
VERSION=$DRONE_COMMIT
|
||||
else
|
||||
fi
|
||||
|
||||
if [[ ! -z $DRONE_TAG && ! -z $GOOS && ! -z $GOARCH ]]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user