chore(ci): use manual git clone via ssh instead of checkout action
Release / Build & Release (push) Failing after 3s
Release / Build & Release (push) Failing after 3s
This commit is contained in:
@@ -26,10 +26,9 @@ jobs:
|
|||||||
chmod 600 ~/.ssh/config
|
chmod 600 ~/.ssh/config
|
||||||
|
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
with:
|
git clone git@thunderobot:danchie/tekton.git .
|
||||||
repository: danchie/tekton
|
git checkout $TAG_NAME
|
||||||
ssh-key: ${{ secrets.TEKTON_SSH_KEY }}
|
|
||||||
|
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: apt-get update -qq && apt-get install -y -qq docker.io curl unzip
|
run: apt-get update -qq && apt-get install -y -qq docker.io curl unzip
|
||||||
|
|||||||
Reference in New Issue
Block a user