2019-11-30 19:27:08 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2020-01-07 22:19:23 +00:00
|
|
|
#
|
2020-01-07 23:52:58 +00:00
|
|
|
# Run steps
|
2020-01-07 22:19:23 +00:00
|
|
|
#
|
|
|
|
|
2020-01-07 22:36:07 +00:00
|
|
|
source /steps/activate.sh
|
2020-01-07 23:52:58 +00:00
|
|
|
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
|
|
|
#
|
2020-01-07 23:52:58 +00:00
|
|
|
# Exit with code from the build step.
|
2019-11-30 19:27:08 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
exit $BUILD_EXIT_CODE
|