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

Update .gitlab-ci.yml

parent 398aab35
No related branches found
No related tags found
1 merge request!6Resolve "Mkae Autodevops work better"
......@@ -31,7 +31,6 @@ stages:
- performance
- cleanup
prepare_node:
stage: prepare
image: node:10
......@@ -39,6 +38,7 @@ prepare_node:
- npm install
script:
- npm run prod
- echo "$ENV_FILE" > .env # Also provide env file
artifacts:
paths:
- node_modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment