Skip to content
Snippets Groups Projects
Commit f1fd562e authored by Bruno Burke's avatar Bruno Burke :hamburger:
Browse files

Revert "fix env variables"

This reverts commit 40d7fa35.
parent 7b17a52c
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,8 @@ stages:
variables:
CONTAINER_TEST_IMAGE: registry.gitlab.com/lehrmeister/document-storage:$CI_COMMIT_REF_NAME
CONTAINER_RELEASE_IMAGE: registry.gitlab.com/lehrmeister/document-storage:latest
CI_URL: https://gitlab.com/api/v4/projects/${env.CI_PROJECT_ID}/packages/maven
CI_JOB_TOKEN: ${env.CI_JOB_TOKEN}
CI_URL: "https://gitlab.com/api/v4/projects/${env.CI_PROJECT_ID}/packages/maven"
CI_JOB_TOKEN: "${env.CI_JOB_TOKEN}"
LEIN_SNAPSHOTS_IN_RELEASE: "TRUE"
build:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment