Useful for checking the status of CI before deploying. Doing this at this point in the deployment maximises the parallelisation of building and running CI.
4 lines
88 B
Bash
Executable File
4 lines
88 B
Bash
Executable File
#!/bin/sh
|
|
echo "Deployed!"
|
|
mkdir -p /tmp/${TEST_ID} && touch /tmp/${TEST_ID}/pre-deploy
|