mirror of
https://github.com/PDP-10/its.git
synced 2026-01-13 23:36:30 +00:00
6 lines
128 B
Bash
Executable File
6 lines
128 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Here we can do anything when deployment has finished."
|
|
echo "Such as kicking off a second build stage."
|
|
exit 0
|