Skip to content

Commit

Permalink
fix build workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
  • Loading branch information
chanwit committed May 13, 2023
1 parent 57bfc09 commit ad214a4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_v22.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
ln -s VERSION_22 VERSION
ln -s patches-argo-cd-v2.2 patches-argo-cd
ls -s patches-gitops-engine-v0 patches-gitops-engine
ln -s patches-gitops-engine-v0 patches-gitops-engine
rm -rf argo-cd || true
bash -x ./init.sh
source ./VERSION
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_v23.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
ln -s VERSION_23 VERSION
ln -s patches-argo-cd-v2.3 patches-argo-cd
ls -s patches-gitops-engine-v0 patches-gitops-engine
ln -s patches-gitops-engine-v0 patches-gitops-engine
rm -rf argo-cd || true
bash -x ./init.sh
source ./VERSION
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_v24.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
ln -s VERSION_24 VERSION
ln -s patches-argo-cd-v2.4 patches-argo-cd
ls -s patches-gitops-engine-v0 patches-gitops-engine
ln -s patches-gitops-engine-v0 patches-gitops-engine
rm -rf argo-cd || true
bash -x ./init.sh
source ./VERSION
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_v25.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
ln -s VERSION_25 VERSION
ln -s patches-argo-cd-v2.5 patches-argo-cd
ls -s patches-gitops-engine-v0 patches-gitops-engine
ln -s patches-gitops-engine-v0 patches-gitops-engine
rm -rf argo-cd || true
bash -x ./init.sh
source ./VERSION
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_v26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
ln -s VERSION_26 VERSION
ln -s patches-argo-cd-v2.6 patches-argo-cd
ls -s patches-gitops-engine-v2.0.0 patches-gitops-engine
ln -s patches-gitops-engine-v2.0.0 patches-gitops-engine
rm -rf argo-cd || true
bash -x ./init.sh
source ./VERSION
Expand Down

0 comments on commit ad214a4

Please sign in to comment.