diff --git a/scripts/fullrun b/scripts/fullrun index 25420bd..bf4c1ea 100755 --- a/scripts/fullrun +++ b/scripts/fullrun @@ -53,7 +53,7 @@ EOF sudo curl --silent --location -o /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.13.7/bin/linux/amd64/kubectl sudo chmod +x /usr/local/bin/kubectl - curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/latest_release/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp + curl --silent --location "https://github.com/eksctl-io/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp sudo mv -v /tmp/eksctl /usr/local/bin if ! [ -x "$(command -v jq)" ] || ! [ -x "$(command -v envsubst)" ] || ! [ -x "$(command -v kubectl)" ] || ! [ -x "$(command -v eksctl)" ]; then diff --git a/templates/appmesh-baseline.yml b/templates/appmesh-baseline.yml index 161306a..967e178 100644 --- a/templates/appmesh-baseline.yml +++ b/templates/appmesh-baseline.yml @@ -890,7 +890,7 @@ Resources: # Install rails and bundler gem install --force rails:4.2.10 bundler:1.17.3 - gem update --system + #gem update --system # Clone the repo and build the app export RUBY_ROOT=/tmp/ecsdemo-frontend