From 61f447d13476fee9fa0686225ff3ca76d416088f Mon Sep 17 00:00:00 2001 From: Orta Therox Date: Sun, 26 Aug 2018 11:05:49 -0400 Subject: [PATCH] Build command faff --- hooks/build | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hooks/build b/hooks/build index c7f9b255..db89fb9d 100644 --- a/hooks/build +++ b/hooks/build @@ -1,6 +1,11 @@ #!/usr/bin/env sh # This is so that hopefully we can get the commit into the build log of a Dangerfile runner +# These come from https://docs.docker.com/docker-cloud/builds/advanced/ + +printenv +env + echo "DOCKER_TAG: ${DOCKER_TAG}" echo "SOURCE_BRANCH: ${SOURCE_BRANCH}" echo "SOURCE_COMMIT: ${SOURCE_COMMIT}"