Commit 6642dc0b authored by Tobias Munk's avatar Tobias Munk

Merge branch 'feature/build-gitlab.com'

parents a6daa981 3b02983d
image: docker
services:
- docker:dind
stages: stages:
- build - build
- test - test
...@@ -7,6 +12,8 @@ stages: ...@@ -7,6 +12,8 @@ stages:
before_script: before_script:
- apk add --no-cache py-pip git
- 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}
- export APP_VERSION=$(git describe --always --dirty) - export APP_VERSION=$(git describe --always --dirty)
......
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