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

Update fullrun #40

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/fullrun
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/appmesh-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down