Skip to content

Commit

Permalink
adding nightly build for SNAPSHOTS
Browse files Browse the repository at this point in the history
  • Loading branch information
markiantorno committed Mar 23, 2023
1 parent 5f2c88d commit b33b789
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions snapshot-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Every night, at midnight, we want to run a SNAPSHOT publish of HAPI
schedules:
- cron: "0 0 * * *" #midnight
displayName: Nightly SNAPSHOT Publish
branches:
include:
- master
always: false #set this to true if you want this job to run even when no changes where made to the code

# This is manually run to deploy SNAPSHOT versions of HAPI to oss.sonaypte.org
# We don't need to trigger on any pull request or branch change, so we disable such behavior
pr: none
Expand Down

0 comments on commit b33b789

Please sign in to comment.