Compare commits
6 Commits
v2.4.2-rc2
...
v2.4.2-rc8
| Author | SHA1 | Date | |
|---|---|---|---|
| e8604e2c02 | |||
| c9995f8578 | |||
| 4aa765c502 | |||
| 1d653bb7d0 | |||
| 4fe0378d1c | |||
| fb58e62fd9 |
@@ -22,13 +22,13 @@ jobs:
|
||||
- name: Add Gitea SSH Host Key
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
ssh-keyscan -p 222 thunderobot >> ~/.ssh/known_hosts
|
||||
printf "Host thunderobot\n HostName 100.79.174.108\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 ssh://git@thunderobot:222/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