Skip to content

Commit

Permalink
Update deploy-k8s.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanpro committed Sep 21, 2023
1 parent 0638464 commit af98186
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
#- uses: actions/checkout@v3
- name: Clone repo K8S
run: |
git clone --depth 1 -b cicd2 --recurse-submodules "https://[email protected]/ProcessMaker/pm4-k8s-distribution.git" pm4-k8s-distribution
git clone --depth 1 -b cicd2 "https://[email protected]/ProcessMaker/pm4-k8s-distribution.git" pm4-k8s-distribution
git clone --depth 1 "https://[email protected]/ProcessMaker/pm4-tools.git" pm4-k8s-distribution/images/pm4-tools
- name: Generate image EKS
run: |
cd pm4-k8s-distribution/images
Expand Down

0 comments on commit af98186

Please sign in to comment.