Commit 734b1b32 authored by Chunchi Che's avatar Chunchi Che

fix gitlab-ci

parent 76f05d51
...@@ -10,7 +10,7 @@ before_script: ...@@ -10,7 +10,7 @@ before_script:
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
- chmod 400 "$NEOS_SSH_PRIVATE_KEY" # - chmod 400 "$NEOS_SSH_PRIVATE_KEY"
- ssh-add <(echo "$NEOS_SSH_PRIVATE_KEY" | base64 -d) - ssh-add <(echo "$NEOS_SSH_PRIVATE_KEY" | base64 -d)
- mkdir -p ~/.ssh - mkdir -p ~/.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