Compare commits

...

2 Commits

Author SHA1 Message Date
TingluoHuang
2e44f985bd Release 2.299.1 runner. 2022-11-02 19:59:20 -04:00
Tingluo Huang
c638ccf940 Forward parameters into run() func in run.sh. (#2240) 2022-11-02 19:58:07 -04:00
4 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
- Displays the error logs in dedicated sub-sections of the Initialize containers section (#2182) - Displays the error logs in dedicated sub-sections of the Initialize containers section (#2182)
- Add generateServiceConfig option for configure command (#2226) - Add generateServiceConfig option for configure command (#2226)
- Setting debug using GitHub Action variables (#2234) - Setting debug using GitHub Action variables (#2234)
- run.sh installs SIGINT and SIGTERM traps to gracefully stop runner (#2233) - run.sh installs SIGINT and SIGTERM traps to gracefully stop runner (#2233, 2240)
## Bugs ## Bugs

View File

@@ -1 +1 @@
2.299.0 2.299.1

View File

@@ -54,7 +54,7 @@ runWithManualTrap() {
} }
if [[ -z "$RUNNER_MANUALLY_TRAP_SIG" ]]; then if [[ -z "$RUNNER_MANUALLY_TRAP_SIG" ]]; then
run run $*
else else
runWithManualTrap runWithManualTrap $*
fi fi

View File

@@ -1 +1 @@
2.299.0 2.299.1