Modified build process to build the frontend only once
the build failed Details

This commit is contained in:
konrad 2018-01-12 10:17:21 +01:00 committed by kolaente
parent 48c9ab08c9
commit ff6a1f6d59
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ pipeline:
commands:
- cd frontend/
- rm siteconfig.json
- echo \'{"API_URL": "/api/v1/"}\' > siteconfig.json
- "echo '{\"API_URL\": \"/api/v1/\"}' > siteconfig.json"
- npm install
- npm run build
when: