Testing
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 25s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 25s
This commit is contained in:
@@ -24,11 +24,15 @@ 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: Setup argocd
|
- name: Set token
|
||||||
run: |
|
run: export GIT_TOKEN=${{ env.TOKEN }}
|
||||||
export GIT_TOKEN=${{ env.TOKEN }}
|
- name: DEBUG
|
||||||
echo $GIT_TOKEN
|
run: echo $GIT_TOKEN
|
||||||
wget https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.20/argocd-autopilot-linux-amd64.tar.gz
|
# - name: Setup argocd
|
||||||
tar xzvf argocd-autopilot-linux-amd64.tar.gz
|
# run: |
|
||||||
./argocd-autopilot-linux-amd64 repo bootstrap --repo https://git.vanespen.dev/blog
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user