-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update version and remove phantomjs cookbook
- Loading branch information
Showing
6 changed files
with
4 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash -e | ||
|
||
export CONSUL_DOWNLOAD_URL='https://releases.hashicorp.com/consul/1.0.7/consul_1.0.7_darwin_amd64.zip' | ||
export CONSUL_DOWNLOAD_URL='https://github.com/hashicorp/consul/archive/v1.1.0.zip' | ||
|
||
export CONSUL_INSTALL_FOLDER_PATH='/Volumes/Data/Tools/consul' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash -e | ||
|
||
export PACKER_DOWNLOAD_URL='https://releases.hashicorp.com/packer/1.2.3/packer_1.2.3_darwin_amd64.zip' | ||
export PACKER_DOWNLOAD_URL='https://releases.hashicorp.com/packer/1.2.4/packer_1.2.4_darwin_amd64.zip' | ||
|
||
export PACKER_INSTALL_FOLDER_PATH='/Volumes/Data/Tools/packer' |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.