unity-builder/action/entrypoint.sh

16 lines
185 B
Bash
Raw Normal View History

2019-11-30 19:27:08 +00:00
#!/usr/bin/env bash
2020-01-07 22:19:23 +00:00
#
# Run steps
2020-01-07 22:19:23 +00:00
#
source /steps/activate.sh
source /steps/build.sh
source /steps/return_license.sh
2020-01-07 22:19:23 +00:00
2019-11-30 19:27:08 +00:00
#
# Exit with code from the build step.
2019-11-30 19:27:08 +00:00
#
exit $BUILD_EXIT_CODE