Skip to content
Snippets Groups Projects
Commit 89a08289 authored by plup's avatar plup
Browse files

cicd: removed windows linebreak

parent 7c976d60
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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