Testing
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 32s

This commit is contained in:
Evrard Van Espen
2025-11-20 18:00:10 +00:00
parent 93adb089f4
commit 0af26607ec

View File

@@ -24,15 +24,9 @@ jobs:
# pull: true # pull: true
# no-cache: true # no-cache: true
# tags: "git.vanespen.dev/evanespen/blog:latest" # tags: "git.vanespen.dev/evanespen/blog:latest"
- name: Set token - name: Setup argocd
run: export GIT_TOKEN=${{ env.TOKEN }} run: |
- name: DEBUG wget https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.20/argocd-autopilot-linux-amd64.tar.gz
run: echo $GIT_TOKEN tar xzvf argocd-autopilot-linux-amd64.tar.gz
# - name: Setup argocd GIT_TOKEN=${{ secrets.TOKEN }} ./argocd-autopilot-linux-amd64 repo bootstrap --repo https://git.vanespen.dev/blog
# run: |
# echo $GIT_TOKEN
# # wget https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.20/argocd-autopilot-linux-amd64.tar.gz
# # tar xzvf argocd-autopilot-linux-amd64.tar.gz
# # ./argocd-autopilot-linux-amd64 repo bootstrap --repo https://git.vanespen.dev/blog