Commit 76f05d51 authored by Chunchi Che's avatar Chunchi Che

fix gitlab-ci

parent f4cfba9d
Pipeline #20248 failed with stages
in 7 seconds
......@@ -11,7 +11,7 @@ before_script:
- eval $(ssh-agent -s)
- chmod 400 "$NEOS_SSH_PRIVATE_KEY"
- ssh-add "$NEOS_SSH_PRIVATE_KEY"
- ssh-add <(echo "$NEOS_SSH_PRIVATE_KEY" | base64 -d)
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
......
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