From ae5603146af8ec2d13e50d719486eba4af9620c2 Mon Sep 17 00:00:00 2001 From: Yevgeniy Brikman Date: Sat, 4 Jun 2016 18:12:46 +0200 Subject: [PATCH] Update fetch version to v0.0.4 --- bootstrap-gruntwork-installer.sh | 2 +- test/integration-test.sh | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bootstrap-gruntwork-installer.sh b/bootstrap-gruntwork-installer.sh index 284786a..2830bfb 100755 --- a/bootstrap-gruntwork-installer.sh +++ b/bootstrap-gruntwork-installer.sh @@ -21,7 +21,7 @@ set -e readonly BIN_DIR="/usr/local/bin" readonly USER_DATA_DIR="/etc/user-data" -readonly DEFAULT_FETCH_VERSION="v0.0.3" +readonly DEFAULT_FETCH_VERSION="v0.0.4" readonly FETCH_DOWNLOAD_URL_BASE="https://github.com/gruntwork-io/fetch/releases/download" readonly FETCH_INSTALL_PATH="$BIN_DIR/fetch" diff --git a/test/integration-test.sh b/test/integration-test.sh index e507d8f..1b62681 100755 --- a/test/integration-test.sh +++ b/test/integration-test.sh @@ -12,6 +12,5 @@ echo "Using local copy of bootstrap installer to install local copy of gruntwork echo "Using gruntwork-install to install a few modules from script-modules" gruntwork-install --module-name "vault-ssh-helper" --tag "~>0.0.21" -# TODO: Can't commit this until there is a tagged release of module-ecs due to a bug in fetch: https://github.com/gruntwork-io/fetch/issues/10 -# echo "Using gruntwork-install to install a module from the module-ecs repo" -# gruntwork-install --module-name "ecs-scripts" --repo "https://github.com/gruntwork-io/module-ecs" --tag "~>0.0.1" \ No newline at end of file +echo "Using gruntwork-install to install a module from the module-ecs repo" +gruntwork-install --module-name "ecs-scripts" --repo "https://github.com/gruntwork-io/module-ecs" --branch "v0.0.1" \ No newline at end of file