Commit 6f999172 authored by Chunchi Che's avatar Chunchi Che

fix ci

parent 9f093884
......@@ -4,6 +4,15 @@ 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)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
- git config --global user.email "linuxgnulover@gmail.com"
- git config --global user.name "SKTT1Ryze"
cargo_check:
stage: lint
image: rust:latest
......
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