Skip to content

Commit

Permalink
Merge pull request #14 from seemethere/add_sha_to_script
Browse files Browse the repository at this point in the history
Adds sha to script
  • Loading branch information
andrewhsu authored Jul 18, 2017
2 parents ddb4be0 + 1586edb commit 21098d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ set -e
# you downloaded matches the contents of install.sh
# located at https://github.com/docker/docker-install
# before executing.
#
# Git commit from https://github.com/docker/docker-install when
# the script was uploaded (Should only be modified by upload job):
SCRIPT_COMMIT_SHA=UNKNOWN


# This value will automatically get changed for:
# * edge
Expand Down Expand Up @@ -236,6 +241,7 @@ ee_notice() {
}

do_install() {
echo "Executing docker install script, commit: $SCRIPT_COMMIT_SHA"
# TODO: Move this to after we figure out the distribution and the version
# to check whether or not we support that distro-version on that arch
architecture=$(uname -m)
Expand Down

0 comments on commit 21098d1

Please sign in to comment.