Compare commits

...

3 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
Cory Miller
c0d21101a3 Release 2.299.0 runner 2022-11-02 14:56:56 -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)
- Add generateServiceConfig option for configure command (#2226)
- 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

View File

@@ -1 +1 @@
<Update to ./src/runnerversion when creating release>
2.299.1

View File

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

View File

@@ -1 +1 @@
2.299.0
2.299.1