wip
This commit is contained in:
parent
253b961a52
commit
89ed38f335
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,7 @@ export timeout=30; while ! docker exec $name sh -c "test -f /var/lib/ranche
|
|||
|
||||
|
||||
|
||||
sleep 60
|
||||
#sleep 60
|
||||
|
||||
mkdir -p $HOME/.kube/
|
||||
|
||||
|
@ -45,5 +45,7 @@ curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.22.0/bin/l
|
|||
chmod +x ./kubectl
|
||||
mv ./kubectl /usr/local/bin/kubectl
|
||||
|
||||
echo "127.0.0.1 kubernetes" >> /etc/hosts
|
||||
|
||||
#cd /c4k-nextcloud/src/test/resources/local-integration-test && ./setup-local-s3-on-k3d.sh
|
||||
cd /builds/domaindrivenarchitecture/c4k-nextcloud/src/test/resources/local-integration-test && ./setup-local-s3-on-k3d.sh
|
Loading…
Reference in a new issue