Skip to content

Commit

Permalink
Update .github/workflows/daily-build.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Thisaru Guruge <thisaru@wso2.com>
  • Loading branch information
aashikam and ThisaruGuruge committed Mar 28, 2024
1 parent 5e04713 commit 8768b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
packageUser: ${{ github.actor }}
packagePAT: ${{ secrets.GITHUB_TOKEN }}
run: |
./gradlew clean build $GRADLE_SKIP_TASKS $BUILD_USING_DOCKER
./gradlew clean build -P buildUsingDocker=nightly
# Send notification when build fails
- name: Notify failure
Expand Down

0 comments on commit 8768b20

Please sign in to comment.