Skip to content
Snippets Groups Projects
Commit b8bc17c3 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

another test

parent 1e6b2136
No related branches found
No related tags found
1 merge request!5Resolve "Make Proxy Use Autodevops"
...@@ -50,7 +50,7 @@ build: ...@@ -50,7 +50,7 @@ build:
cp /build/Dockerfile Dockerfile cp /build/Dockerfile Dockerfile
fi fi
# Build the dependencies # Build the dependencies
- docker run --rm --name metager-proxy-npm-install -v "$PWD":/usr/src/app -w /usr/src/app node:8 bash -c "npm install && chmod -R go+w node_modules && npm run prod" - docker run --rm -v "$PWD":/usr/src/app -w /usr/src/app node:8 bash -c "npm install && npm run prod"
- docker run --rm -v $(pwd):/app composer/composer:latest install - docker run --rm -v $(pwd):/app composer/composer:latest install
- docker pull $CI_APPLICATION_REPOSITORY:latest || true - docker pull $CI_APPLICATION_REPOSITORY:latest || true
- | - |
......
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