Skip to content
Snippets Groups Projects
Commit 691bfbe5 authored by plup's avatar plup
Browse files

cicd: removed windows linebreak

parent 065541a6
No related branches found
No related tags found
1 merge request!74Deploy sibapp with managers
Pipeline #3943 failed
......@@ -8,7 +8,7 @@ deploy_staging:
environment: staging
script:
- echo $APP_CONFIG > config.json
- echo $SSH_PRIVATE_KEY > gitlab.key
- echo $SSH_PRIVATE_KEY | tr -d '\r' > gitlab.key
- chmod 600 gitlab.key
- cat gitlab.key
- npm install
......
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