Compare commits
2 Commits
v2.4.2-rc7
...
v2.4.2-rc9
| Author | SHA1 | Date | |
|---|---|---|---|
| 350ae269f2 | |||
| e8604e2c02 |
@@ -22,12 +22,12 @@ jobs:
|
|||||||
- name: Add Gitea SSH Host Key
|
- name: Add Gitea SSH Host Key
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
printf "Host thunderobot\n HostName 100.93.226.13\n Port 222\n StrictHostKeyChecking no\n" > ~/.ssh/config
|
printf "Host 100.79.174.108\n Port 222\n StrictHostKeyChecking no\n" > ~/.ssh/config
|
||||||
chmod 600 ~/.ssh/config
|
chmod 600 ~/.ssh/config
|
||||||
|
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
run: |
|
run: |
|
||||||
git clone git@thunderobot:danchie/tekton.git .
|
git clone ssh://git@100.79.174.108:222/danchie/tekton.git .
|
||||||
git checkout $TAG_NAME
|
git checkout $TAG_NAME
|
||||||
|
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
|
|||||||
Reference in New Issue
Block a user