cicd: removed windows linebreak

This commit is contained in:
plup 2019-11-20 22:31:16 +01:00
parent 7c976d602b
commit 89a082892c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ deploy_staging:
environment: staging
script:
- echo $APP_CONFIG > config.json
- echo $SSH_PRIVATE_KEY > gitlab.key && sed -i 's/\r /\n/g' gitlab.key && chmod 600 gitlab.key
- echo $SSH_PRIVATE_KEY | tr -d '\r' > gitlab.key && chmod 600 gitlab.key
- cat gitlab.key
- npm install
- npm run build