|
|
|
@ -26,7 +26,6 @@ jobs:
|
|
|
|
|
container:
|
|
|
|
|
image: docker://kdeneon/plasma:user
|
|
|
|
|
options: --tmpfs /build:rw --user 0:0
|
|
|
|
|
if: github.repository == 'calamares/calamares'
|
|
|
|
|
steps:
|
|
|
|
|
- name: "prepare env"
|
|
|
|
|
run: |
|
|
|
|
@ -80,13 +79,13 @@ jobs:
|
|
|
|
|
run: make install VERBOSE=1
|
|
|
|
|
- name: "notify: ok"
|
|
|
|
|
uses: rectalogic/notify-irc@v1
|
|
|
|
|
if: ${{ success() }}
|
|
|
|
|
if: ${{ success() && github.repository == 'calamares/calamares' }}
|
|
|
|
|
with:
|
|
|
|
|
channel: "#calamares"
|
|
|
|
|
message: "${{ github.workflow }} OK ${{ github.repository }} ${{ steps.pre_build.outputs.message }}"
|
|
|
|
|
- name: "notify: fail"
|
|
|
|
|
uses: rectalogic/notify-irc@v1
|
|
|
|
|
if: ${{ failure() }}
|
|
|
|
|
if: ${{ failure() && github.repository == 'calamares/calamares' }}
|
|
|
|
|
with:
|
|
|
|
|
channel: "#calamares"
|
|
|
|
|
message: |
|
|
|
|
|