cicd: removed windows linebreak

This commit is contained in:
plup 2019-11-20 22:36:13 +01:00
parent 89a082892c
commit fa0121e9eb
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 | tr -d '\r' > gitlab.key && chmod 600 gitlab.key
- echo -n "$SSH_PRIVATE_KEY" | tr -d '\r' > gitlab.key && chmod 600 gitlab.key
- cat gitlab.key
- npm install
- npm run build