Compare commits
1 Commits
v2.4.2-rc6
...
v2.4.2-rc7
| Author | SHA1 | Date | |
|---|---|---|---|
| c9995f8578 |
@@ -26,10 +26,9 @@ jobs:
|
||||
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