From f07bc950c67c8e6ce01bd73dc94bca638ac6a86e Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Tue, 18 Oct 2022 22:38:46 +0200 Subject: [PATCH] Revert "update github-actions to redirect output as wanted" This reverts commit 3de0d7ae6e35b140d759bc05e062fe787991ba06. --- .github/workflows/build-mariadb.yml | 33 ++++++++++++++++++++++++++++- .github/workflows/build-mysql.yml | 2 +- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-mariadb.yml b/.github/workflows/build-mariadb.yml index ae313898..1b230752 100644 --- a/.github/workflows/build-mariadb.yml +++ b/.github/workflows/build-mariadb.yml @@ -47,4 +47,35 @@ jobs: mysql -h 127.0.0.1 --protocol=TCP -u root -pfr0xl0r.TravisCI froxlor010 < /tmp/froxlor.sql - name: Run testing - run: ant quick-build >> $GITHUB_OUTPUT + run: ant quick-build + +# - name: irc push +# uses: rectalogic/notify-irc@v1 +# if: github.event_name == 'push' +# with: +# channel: "#froxlor" +# server: "irc.libera.chat" +# nickname: froxlor-ci +# message: | +# ${{ github.actor }} pushed ${{ github.event.ref }} ${{ github.event.compare }} +# ${{ join(github.event.commits.*.message) }} + +# - name: irc pull request +# uses: rectalogic/notify-irc@v1 +# if: github.event_name == 'pull_request' +# with: +# channel: "#froxlor" +# server: "irc.libera.chat" +# nickname: froxlor-ci +# message: | +# ${{ github.actor }} opened PR ${{ github.event.pull_request.html_url }} + +# - name: irc tag created +# uses: rectalogic/notify-irc@v1 +# if: github.event_name == 'create' && github.event.ref_type == 'tag' +# with: +# channel: "#froxlor" +# server: "irc.libera.chat" +# nickname: froxlor-ci +# message: | +# ${{ github.actor }} tagged ${{ github.repository }} ${{ github.event.ref }} diff --git a/.github/workflows/build-mysql.yml b/.github/workflows/build-mysql.yml index 218c0484..6b8515e9 100644 --- a/.github/workflows/build-mysql.yml +++ b/.github/workflows/build-mysql.yml @@ -56,4 +56,4 @@ jobs: mysql -h 127.0.0.1 --protocol=TCP -u root -pfr0xl0r.TravisCI froxlor010 < /tmp/froxlor.sql - name: Run testing - run: ant quick-build >> $GITHUB_OUTPUT + run: ant quick-build