changed .drone.yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
an 2019-08-01 00:37:06 +02:00
parent 1a9102fb90
commit 3eca758989
1 changed files with 1 additions and 12 deletions

View File

@ -2,20 +2,9 @@ kind: pipeline
name: default
steps:
- name: prebuild
image: golang:latest
commands:
- IMAGE=dr.dnix.de/$DRONE_REPO_NAME
- REV=$(git rev-list HEAD --count)
- BUILDDATE=$(date)
- BRANCH=$DRONE_COMMIT_BRANCH
- TAGS=.tags
- echo "Building image $IMAGE:$BRANCH-$REV"
- echo -n "$BRANCH-$REV" >$TAGS
- cat $TAGS
- name: docker
image: plugins/docker
settings:
repo: dr.dnix.de/${DRONE_REPO_NAME}
tags:
- latest
- latest