Commit f8de0aee authored by DasSkelett's avatar DasSkelett

Try explicitly declaring variables from dotenv file

parent c8127a85
...@@ -58,6 +58,9 @@ docker-publish: ...@@ -58,6 +58,9 @@ docker-publish:
stage: deploy stage: deploy
dependencies: dependencies:
- docker-tests - docker-tests
variables:
FULL_VERSION: $FULL_VERSION
VERSION: $VERSION
cache: cache:
paths: paths:
- $LAST_VERSION_FILE - $LAST_VERSION_FILE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment