Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Brainicism committed Apr 13, 2024
1 parent 2940f71 commit cfa053b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/gci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
- name: Run test runner on live instance (gameplay test)
run: docker exec --env-file ./.env kmq-gci sh -c 'npx ts-node --swc src/test/end-to-end-tests/test-runner-bot.ts --test-suite=PLAY --debug; exit $?'
- name: Check for errors
if: always()
run: docker logs kmq-gci 2>&1 | grep -i "\[Error\]" && echo "Errors found in container logs." && exit 1 || echo "No errors found in container logs." && exit 0
- name: Print logs
if: always()
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/announce-restart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function serverShutdown(
await announceRestart(restartMinutes, restartDate, restart);

setTimeout(
async () => {
() => {
// drop old primary
console.log("Dropping old primary...");
cp.execSync(`docker rm -f ${oldAppName}`);
Expand Down

0 comments on commit cfa053b

Please sign in to comment.