Add integration test hooks back in
This commit is contained in:
3
test/integration/docker/deployer/app/.kamal/hooks/pre-build
Executable file
3
test/integration/docker/deployer/app/.kamal/hooks/pre-build
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
echo "About to build and push..."
|
||||
mkdir -p /tmp/${TEST_ID} && touch /tmp/${TEST_ID}/pre-build
|
||||
Reference in New Issue
Block a user