Skip to content

Commit 0d4b366

Browse files
Update cd.yml
1 parent 731cb56 commit 0d4b366

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
run: chmod +x ./gradlew
3030

3131
- name: Build with Gradle
32-
run: ./gradlew clean build --info
32+
run: ./gradlew clean build --stacktrace
33+
3334

3435
- name: Build the Docker image
3536
run: docker build . --file Dockerfile --tag ${{ env.DOCKER_IMAGE_NAME }}:latest

0 commit comments

Comments
 (0)