Commit 3b02983d authored by Tobias Munk's avatar Tobias Munk

added git in build

parent 02766a77
...@@ -12,7 +12,7 @@ stages: ...@@ -12,7 +12,7 @@ stages:
before_script: before_script:
- apk add --no-cache py-pip - apk add --no-cache py-pip git
- pip install docker-compose - pip install docker-compose
- export ISOLATION=buildref${CI_BUILD_REF}$(echo ${CI_BUILD_REF_NAME} | tr -dc '[:alnum:]\n\r' | tr '[:upper:]' '[:lower:]') - export ISOLATION=buildref${CI_BUILD_REF}$(echo ${CI_BUILD_REF_NAME} | tr -dc '[:alnum:]\n\r' | tr '[:upper:]' '[:lower:]')
- export COMPOSE_PROJECT_NAME=${ISOLATION} - export COMPOSE_PROJECT_NAME=${ISOLATION}
......
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