Skip to content

Commit

Permalink
Update fetch version to v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brikis98 committed Jun 4, 2016
1 parent 9da733e commit ae56031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bootstrap-gruntwork-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
5 changes: 2 additions & 3 deletions test/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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"

0 comments on commit ae56031

Please sign in to comment.