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

Update .gitlab-ci.yml

parent a1aa88d9
No related branches found
No related tags found
1 merge request!5Resolve "Make Proxy Use Autodevops"
...@@ -47,7 +47,7 @@ build: ...@@ -47,7 +47,7 @@ build:
cp /build/Dockerfile Dockerfile cp /build/Dockerfile Dockerfile
fi fi
# Build the dependencies # Build the dependencies
- docker run --dns=1.1.1.1 --rm -v "$PWD":/usr/src/app -w /usr/src/app node:8 bash -c "cd $(npm root -g)/npm && npm install fs-extra && sed -i -e s/graceful-fs/fs-extra/ -e s/fs\.rename/fs.move/ ./lib/utils/rename.js && cd /usr/src/app && npm install && npm run prod" - docker run --dns=1.1.1.1 --rm -v "$PWD":/usr/src/app -w /usr/src/app node:8 bash -c "npm install -dd"
- docker run --dns=1.1.1.1 --rm -v $(pwd):/app composer/composer:latest install - docker run --dns=1.1.1.1 --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