Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chanyoung1998 authored Jul 14, 2024
1 parent 38c3f8f commit 4d5e471
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ jobs:
- name: Build with Gradle
run: |
cd ./dplanner
chmod +x ./gradlew
./gradlew clean build
./gradlew clean build --debug
- name: Build Docker image
run: sudo docker build --no-cache -t dplanner/api:${{ env.DOCKER_IMAGE_VERSION }} -f ./dplanner/deploy/Dockerfile . --platform linux/x86_64
Expand Down

0 comments on commit 4d5e471

Please sign in to comment.