cicd: removed windows linebreak
This commit is contained in:
parent
065541a648
commit
691bfbe563
@ -8,7 +8,7 @@ deploy_staging:
|
|||||||
environment: staging
|
environment: staging
|
||||||
script:
|
script:
|
||||||
- echo $APP_CONFIG > config.json
|
- echo $APP_CONFIG > config.json
|
||||||
- echo $SSH_PRIVATE_KEY > gitlab.key
|
- echo $SSH_PRIVATE_KEY | tr -d '\r' > gitlab.key
|
||||||
- chmod 600 gitlab.key
|
- chmod 600 gitlab.key
|
||||||
- cat gitlab.key
|
- cat gitlab.key
|
||||||
- npm install
|
- npm install
|
||||||
|
Loading…
Reference in New Issue
Block a user