Skip to content

Commit

Permalink
fix: cd flow
Browse files Browse the repository at this point in the history
  • Loading branch information
songyi00 committed Jul 25, 2024
1 parent a60f69b commit b6bb073
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:
java-version: "21"
distribution: "temurin"

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Execute Gradle build
run: ./gradlew clean build
- name: Build with Gradle
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with:
arguments: clean bootJar

- name: Set up Docker Build
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit b6bb073

Please sign in to comment.