Skip to content

Commit

Permalink
Add some logging to pre_build hook to see it run in logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga committed Sep 20, 2019
1 parent f41d050 commit 3a31e75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hooks/pre_build
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#!/bin/bash

echo "Executing pre_build hook"

case "$DOCKER_REPO" in
openzipkin/zipkin-builder)
# Remove after Docker Hub updates to Docker 19.03 to include
# https://github.com/moby/moby/issues/12886#issuecomment-480575928
echo "Copying zipkin-builder dockerignore"
cp docker/builder/Dockerfile.dockerignore .dockerignore
;;

Expand Down

0 comments on commit 3a31e75

Please sign in to comment.