Commit 1bfe0d82 authored by Tobias Munk's avatar Tobias Munk

updated build

parent 81ac857c
Pipeline #20932 failed with stages
in 1 minute and 24 seconds
...@@ -12,8 +12,9 @@ stages: ...@@ -12,8 +12,9 @@ stages:
before_script: before_script:
- apk add --no-cache py-pip git # TODO: only required on gitlab.com
- pip install docker-compose #- apk add --no-cache py-pip git
#- pip install docker-compose
- export ISOLATION=buildpipeline${CI_BUILD_PIPELINE} - export ISOLATION=buildpipeline${CI_BUILD_PIPELINE}
- export COMPOSE_PROJECT_NAME=${ISOLATION} - export COMPOSE_PROJECT_NAME=${ISOLATION}
- export APP_VERSION=$(git describe --always --dirty) - export APP_VERSION=$(git describe --always --dirty)
......
...@@ -13,4 +13,4 @@ RUN cp src/app.env-dist src/app.env ...@@ -13,4 +13,4 @@ RUN cp src/app.env-dist src/app.env
RUN mkdir -p runtime web/assets && \ RUN mkdir -p runtime web/assets && \
chmod -R 775 runtime web/assets && \ chmod -R 775 runtime web/assets && \
chown -R 82:33 runtime web/assets chown -R www-data:www-data runtime web/assets
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