i may be an idiot
This commit is contained in:
parent
b7292ebb52
commit
3b1c195d50
4 changed files with 8 additions and 8 deletions
|
@ -13,8 +13,6 @@ jobs:
|
|||
runs-on: 'docker'
|
||||
|
||||
steps:
|
||||
- name: Notify Action Start
|
||||
run: bash webhook.sh "(Client) Build Action Started at"
|
||||
- name: Setup Java
|
||||
uses: https://github.com/actions/setup-java@v4
|
||||
with:
|
||||
|
@ -22,6 +20,8 @@ jobs:
|
|||
java-version: 8
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Notify Action Start
|
||||
run: bash webhook.sh "(Client) Build Action Started at"
|
||||
- name: Initialize Gradle
|
||||
uses: https://github.com/gradle/actions/setup-gradle@v3
|
||||
- name: Build
|
||||
|
|
|
@ -13,8 +13,6 @@ jobs:
|
|||
runs-on: 'docker'
|
||||
|
||||
steps:
|
||||
- name: Notify Action Start
|
||||
run: bash webhook.sh "**(Installer)** Build Action Started at"
|
||||
- name: Setup Java
|
||||
uses: https://github.com/actions/setup-java@v4
|
||||
with:
|
||||
|
@ -22,6 +20,8 @@ jobs:
|
|||
java-version: 8
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Notify Action Start
|
||||
run: bash webhook.sh "**(Installer)** Build Action Started at"
|
||||
- name: Initialize Gradle
|
||||
uses: https://github.com/gradle/actions/setup-gradle@v3
|
||||
- name: Build
|
||||
|
|
|
@ -13,8 +13,6 @@ jobs:
|
|||
runs-on: 'docker'
|
||||
|
||||
steps:
|
||||
- name: Notify Action Start
|
||||
run: bash webhook.sh "**(Loader)** Build Action Started at"
|
||||
- name: Setup Java
|
||||
uses: https://github.com/actions/setup-java@v4
|
||||
with:
|
||||
|
@ -22,6 +20,8 @@ jobs:
|
|||
java-version: 8
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Notify Action Start
|
||||
run: bash webhook.sh "**(Loader)** Build Action Started at"
|
||||
- name: Initialize Gradle
|
||||
uses: https://github.com/gradle/actions/setup-gradle@v3
|
||||
- name: Build
|
||||
|
|
|
@ -14,8 +14,6 @@ jobs:
|
|||
runs-on: 'docker'
|
||||
|
||||
steps:
|
||||
- name: Notify Action Start
|
||||
run: bash webhook.sh "**(Server)** Build Action Started at"
|
||||
- name: Setup Java
|
||||
uses: https://github.com/actions/setup-java@v4
|
||||
with:
|
||||
|
@ -23,6 +21,8 @@ jobs:
|
|||
java-version: 8
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Notify Action Start
|
||||
run: bash webhook.sh "**(Server)** Build Action Started at"
|
||||
- name: Initialize Gradle
|
||||
uses: https://github.com/gradle/actions/setup-gradle@v3
|
||||
- name: Build
|
||||
|
|
Loading…
Add table
Reference in a new issue