Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
checkout git branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MGTheTrain committed Apr 26, 2024
1 parent 4963635 commit fcbba39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ jobs:
# Install Kubeflow on Azure Kubernetes Service - https://github.com/Azure/kubeflow-aks
cd /tmp/
git clone --recurse-submodules https://github.com/Azure/kubeflow-aks.git
cd kubeflow-aks
cd kubeflow-aks/manifests/
git checkout v1.7-branch
cd ..
cp -a deployments/vanilla manifests/vanilla
cd manifests
while ! kustomize build vanilla | kubectl apply -f -; do echo "Retrying to apply resources"; sleep 10; done
Expand Down

0 comments on commit fcbba39

Please sign in to comment.