Skip to content

Commit b79d642

Browse files
committed
remove extra build step
1 parent d4ccc73 commit b79d642

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
distribution: 'temurin'
3535
- name: Grant execute permission for gradlew
3636
run: chmod +x gradlew
37-
- name: Build with Gradle
38-
run: ./gradlew build
3937
- name: Build JAR
4038
run: ./gradlew shadowJar
4139
- name: Build Docker image
@@ -59,4 +57,4 @@ jobs:
5957
run: docker push --all-tags ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPONAME }}
6058
env:
6159
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
62-
if: env.dockerhub_username != null
60+
if: env.dockerhub_username != null

0 commit comments

Comments
 (0)