Testing
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m15s

This commit is contained in:
Evrard Van Espen
2025-11-20 17:45:18 +00:00
parent 28751fb1d3
commit bd57b3e5c7

View File

@@ -24,11 +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"
- run: export GIT_TOKEN=${{ env.TOKEN }}
- run: export GIT_REPO=https://git.vanespen.dev/blog
- name: Setup argocd - name: Setup argocd
run: | run: |
wget https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.20/argocd-autopilot-linux-amd64.tar.gz \ 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 \ && tar xzvf argocd-autopilot-linux-amd64.tar.gz \
&& ./argocd-autopilot-linux-amd64 repo bootstrap && ./argocd-autopilot-linux-amd64 repo bootstrap --git-token ${{ env.TOKEN }} --repo https://git.vanespen.dev/blog