Commit 02766a77 authored by Tobias Munk's avatar Tobias Munk

updated build config, according to...

updated build config, according to https://gitlab.com/gitlab-com/support-forum/issues/950#note_18520136
parent d0c1815d
image: codeception/codeception
image: docker
services:
- docker:dind
stages:
- build
......@@ -9,6 +12,8 @@ stages:
before_script:
- apk add --no-cache py-pip
- pip install docker-compose
- 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 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