Skip to content

Commit

Permalink
Test self host
Browse files Browse the repository at this point in the history
  • Loading branch information
mavalosn committed Dec 19, 2023
1 parent 3ad1aa6 commit 7061118
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ jobs:
imageEKS:
name: build-docker-image-EKS
runs-on: self-hosted
steps:
steps:
- name: Clone private repository
run: |
git clone --depth 1 -b eng "https://[email protected]/ProcessMaker/argocd.git" argocd
cd argocd
ls -la
- name: Version Helm
run: |
echo "Get HELM................"
Expand All @@ -53,4 +58,5 @@ jobs:
pwd
ls -la
helm list

0 comments on commit 7061118

Please sign in to comment.