CI: another round of CI-wrangling
This commit is contained in:
parent
413614e14b
commit
3ca770aa63
13
.github/workflows/ci-neon.yml
vendored
13
.github/workflows/ci-neon.yml
vendored
@ -85,12 +85,23 @@ jobs:
|
|||||||
working-directory: ${{ env.BUILDDIR }}
|
working-directory: ${{ env.BUILDDIR }}
|
||||||
run: |
|
run: |
|
||||||
make install VERBOSE=1
|
make install VERBOSE=1
|
||||||
|
-
|
||||||
|
name: Dump steps context
|
||||||
|
env:
|
||||||
|
JOBS_CONTEXT: ${{ toJSON(job) }}
|
||||||
|
STEPS_CONTEXT: ${{ toJSON(steps) }}
|
||||||
|
run: |
|
||||||
|
echo "STEPS"
|
||||||
|
echo "$STEPS_CONTEXT"
|
||||||
|
echo "JOB"
|
||||||
|
echo "$JOB_CONTEXT"
|
||||||
-
|
-
|
||||||
name: notify
|
name: notify
|
||||||
uses: rectalogic/notify-irc@v1
|
uses: rectalogic/notify-irc@v1
|
||||||
|
if: always()
|
||||||
with:
|
with:
|
||||||
server: chat.freenode.net
|
server: chat.freenode.net
|
||||||
channel: "#calamares"
|
channel: "#calamares"
|
||||||
nickname: gh-notify
|
nickname: gh-notify
|
||||||
message: |
|
message: |
|
||||||
${{ github.actor }} pushed ${{ github.event.ref }} CI ${{ steps.install.conclusion }} JOB ${{ github.job }} RUN ${{ github.run_id }}
|
${{ github.actor }} result ${{ steps.install.conclusion }} - ${{ steps.install.outcome }} - ${{ job.status }} RUN ${{ github.run_id }}
|
||||||
|
Loading…
Reference in New Issue
Block a user