CI: another round of CI-wrangling

main
Adriaan de Groot 4 years ago
parent 413614e14b
commit 3ca770aa63

@ -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…
Cancel
Save