Compare commits
3 Commits
v2.4.2-rc4
...
v2.4.2-rc7
| Author | SHA1 | Date | |
|---|---|---|---|
| c9995f8578 | |||
| 4aa765c502 | |||
| 1d653bb7d0 |
@@ -22,14 +22,13 @@ jobs:
|
||||
- name: Add Gitea SSH Host Key
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
ssh-keyscan -p 222 100.93.226.13 >> ~/.ssh/known_hosts
|
||||
sed -i 's/100.93.226.13/thunderobot/g' ~/.ssh/known_hosts
|
||||
printf "Host thunderobot\n HostName 100.93.226.13\n Port 222\n StrictHostKeyChecking no\n" > ~/.ssh/config
|
||||
chmod 600 ~/.ssh/config
|
||||
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: danchie/tekton
|
||||
ssh-key: ${{ secrets.TEKTON_SSH_KEY }}
|
||||
run: |
|
||||
git clone git@thunderobot:danchie/tekton.git .
|
||||
git checkout $TAG_NAME
|
||||
|
||||
- name: Install tools
|
||||
run: apt-get update -qq && apt-get install -y -qq docker.io curl unzip
|
||||
|
||||
Reference in New Issue
Block a user