Skip to content
Snippets Groups Projects
Commit 7c976d60 authored by plup's avatar plup
Browse files

cicd: removed windows linebreak

parent 691bfbe5
No related branches found
No related tags found
1 merge request!74Deploy sibapp with managers
Pipeline #3944 failed
...@@ -8,8 +8,7 @@ deploy_staging: ...@@ -8,8 +8,7 @@ deploy_staging:
environment: staging environment: staging
script: script:
- echo $APP_CONFIG > config.json - echo $APP_CONFIG > config.json
- echo $SSH_PRIVATE_KEY | tr -d '\r' > gitlab.key - echo $SSH_PRIVATE_KEY > gitlab.key && sed -i 's/\r /\n/g' gitlab.key && chmod 600 gitlab.key
- chmod 600 gitlab.key
- cat gitlab.key - cat gitlab.key
- npm install - npm install
- npm run build - npm run build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment