明树Git Lab

Commit 625fb7ca authored by Administrator's avatar Administrator

Update .gitlab-ci.yml

parent 8e5aaf24
Pipeline #103664 failed with stage
in 1 second
...@@ -10,7 +10,7 @@ package to bsy: ...@@ -10,7 +10,7 @@ package to bsy:
script: script:
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- echo "$SSH_PRIVATE_KEY_BSY" | tr -d '\r' > ~/.ssh/id_rsa - echo "$SSH_PRIVATE_KEY_CLOUD" | tr -d '\r' > ~/.ssh/id_rsa
- chmod 700 ~/.ssh/id_rsa - chmod 700 ~/.ssh/id_rsa
- eval "$(ssh-agent -s)" - eval "$(ssh-agent -s)"
- ssh-add ~/.ssh/id_rsa - ssh-add ~/.ssh/id_rsa
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment