cicd: removed windows linebreak

This commit is contained in:
plup 2019-11-20 22:37:41 +01:00
parent fa0121e9eb
commit 567a2076e2
1 changed files with 2 additions and 2 deletions

View File

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