Commit a6e22c10 authored by Chunchi Che's avatar Chunchi Che

fix gitlab-ci

parent 44a41beb
Pipeline #20253 failed with stages
in 6 minutes and 34 seconds
......@@ -5,17 +5,6 @@ stages:
- build
- deploy
before_script:
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s)
- ssh-add <(echo "$NEOS_SSH_PRIVATE_KEY" | base64 -d)
- mkdir -p ~/.ssh
- echo "$NEOS_SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519
- chmod 700 ~/.ssh
npm_ci:
stage: install
tags:
......
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