add demo app
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
# Proves HOOK_IMAGE_TAG is actually populated post-build (empty during
|
||||
# pre_build, since buildDocker hasn't set env.TAG yet at that point).
|
||||
set -e
|
||||
echo "post_build hook: ${HOOK_REPO} built and pushed as tag ${HOOK_IMAGE_TAG}"
|
||||
Reference in New Issue
Block a user