mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
add build
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
||||
uses: gradle/actions/setup-gradle@v3
|
||||
|
||||
- name: 🐘 Gradle Build
|
||||
run: CI=true ./gradlew :ansible:copyPaperPlugins --parallel --no-daemon
|
||||
run: CI=true ./gradlew :ansible:build --parallel --no-daemon
|
||||
|
||||
- name: Inject secrets
|
||||
run: 'echo "$SECRETS_YML" > variables/secrets.yml'
|
||||
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
uses: gradle/actions/setup-gradle@v3
|
||||
|
||||
- name: 🐘 Gradle Build
|
||||
run: CI=true ./gradlew :ansible:copyPvpPlugins --parallel --no-daemon
|
||||
run: CI=true ./gradlew :ansible:build --parallel --no-daemon
|
||||
|
||||
- name: Inject secrets
|
||||
run: 'echo "$SECRETS_YML" > variables/secrets.yml'
|
||||
|
||||
Reference in New Issue
Block a user