Skip to content

Commit

Permalink
Merge pull request #84 from linkedin/sumedhsakdeo-patch-1
Browse files Browse the repository at this point in the history
Remove the --debug flag
  • Loading branch information
sumedhsakdeo committed Apr 24, 2024
2 parents 0edee2c + e5c9e0b commit da7eedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-tag-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: gradle/wrapper-validation-action@v1

- name: Build with Gradle
run: ./gradlew clean build --debug
run: ./gradlew clean build

- name: Start Docker Containers
run: docker compose -f infra/recipes/docker-compose/oh-only/docker-compose.yml up -d --build
Expand Down

0 comments on commit da7eedd

Please sign in to comment.