Fix Docker image release job, do not run command with non-zero exit code

This commit is contained in:
timvisee 2019-06-21 00:18:03 +02:00
parent 7e27d7928a
commit ea2286151b
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -240,7 +240,7 @@ release-docker:
# Build the Docker image, run it once to test
- docker build -t timvisee/ffsend:latest ./
- docker run --rm timvisee/ffsend:latest
- docker run --rm timvisee/ffsend:latest -V
# Retag version
- VERSION=$(echo $CI_COMMIT_REF_NAME | cut -c 2-)