Skip to content

Commit

Permalink
Merge pull request moby#28485 from Microsoft/jjh/remove-make.sh-old-hack
Browse files Browse the repository at this point in the history
Remove old Windows hack in make.sh
  • Loading branch information
vieux authored Nov 16, 2016
2 parents 1c29c3a + 5e6f8cb commit 77fca66
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hack/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ if command -v git &> /dev/null && [ -d .git ] && git rev-parse &> /dev/null; the
echo "#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
fi
! BUILDTIME=$(date --rfc-3339 ns 2> /dev/null | sed -e 's/ /T/') &> /dev/null
if [ -z $BUILDTIME ]; then
# If using bash 3.1 which doesn't support --rfc-3389, eg Windows CI
BUILDTIME=$(date -u)
fi
elif [ "$DOCKER_GITCOMMIT" ]; then
GITCOMMIT="$DOCKER_GITCOMMIT"
else
Expand Down

0 comments on commit 77fca66

Please sign in to comment.