Rename builder folder to action folder (unity actions convention)

This commit is contained in:
Webber
2020-02-01 20:21:22 +01:00
committed by Webber Takken
parent d8896dc4f5
commit f3a984165e
43 changed files with 27 additions and 23 deletions

15
action/entrypoint.sh Normal file
View File

@@ -0,0 +1,15 @@
#!/usr/bin/env bash
#
# Run steps
#
source /steps/activate.sh
source /steps/build.sh
source /steps/return_license.sh
#
# Exit with code from the build step.
#
exit $BUILD_EXIT_CODE