chore(ci): use manual git clone via ssh instead of checkout action
This commit is contained in:
@@ -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