signed-commit remote shell (see also https://github.com/dyne/scorsh)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scorsh/examples/scorsh_script.sh

10 lines
231 B

#!/bin/sh
echo "SCORSH_REPO:" ${SCORSH_REPO}
echo "SCORSH_BRANCH:" ${SCORSH_BRANCH}
echo "SCORSH_OLDREV:" ${SCORSH_OLDREV}
echo "SCORSH_NEWREV:" ${SCORSH_NEWREV}
echo "SCORSH_ID:" ${SCORSH_ID}
echo "I am running!!!!" >> log.txt