generated from aura-ascend/template-service
test #4
@@ -8,27 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
call-publish:
|
||||
uses: aura-ascend/common-workflows/.gitea/workflows/build.yaml@master
|
||||
uses: aura-ascend/common-workflows/.gitea/workflows/gradle-build.yaml@master
|
||||
with:
|
||||
JAVA_VERSION: 17
|
||||
secrets: inherit
|
||||
|
||||
|
||||
|
||||
# gradle-build:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - name: Checkout repository
|
||||
# uses: actions/checkout@v4
|
||||
# with:
|
||||
# fetch-depth: 1
|
||||
# ref: ${{ inputs.BRANCH_REFERENCE }}
|
||||
# token: ${{ secrets.CI_BOT_TOKEN }}
|
||||
# - name: Set up JDK
|
||||
# uses: actions/setup-java@v4
|
||||
# with:
|
||||
# distribution: temurin
|
||||
# java-version: 17
|
||||
#
|
||||
# - name: Run Gradle Build
|
||||
# run: ./gradlew build
|
||||
|
||||
@@ -8,8 +8,8 @@ on:
|
||||
|
||||
jobs:
|
||||
dev-publish:
|
||||
# if: |
|
||||
# !startsWith(github.event.head_commit.message, '[RELEASE]')
|
||||
if: |
|
||||
!startsWith(github.event.head_commit.message, '[RELEASE]')
|
||||
uses: aura-ascend/common-workflows/.gitea/workflows/publish-artifact.yaml@master
|
||||
with:
|
||||
JAVA_VERSION: 17
|
||||
Reference in New Issue
Block a user