We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bea8f commit 20b1cacCopy full SHA for 20b1cac
01-path-basics/101-start-here/scripts/lab-ide-build.sh
@@ -47,5 +47,7 @@ echo "export AWS_AVAILABILITY_ZONES KOPS_STATE_STORE" >> ~/.bash_profile
47
# Create SSH key
48
ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa
49
50
-# Download lab Repository
51
-git clone https://github.com/aws-samples/aws-workshop-for-kubernetes
+if [ ! -d "aws-workshop-for-kubernetes/" ]; then
+ # Download lab Repository
52
+ git clone https://github.com/aws-samples/aws-workshop-for-kubernetes
53
+fi
0 commit comments