Do not run before_script in Docker release job on GitLab CI

This commit is contained in:
timvisee
2020-10-15 19:24:44 +02:00
parent c6cab13e6a
commit 9e5da3270c

View File

@@ -30,6 +30,7 @@ package-docker:
- docker:dind
only:
- master
before_script: []
script:
- export IMG_NAME=registry.gitlab.com/timvisee/send:master-$CI_COMMIT_SHA