Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-x0 committed Mar 23, 2017
1 parent 6f2205d commit b95623b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# trigger-nightly-builds-syncRepo
# trigger-nightly-builds-syncRepo

Defines resources and jobs to set up nightly builds. [Here](http://blog.shippable.com/setup-nightly-builds-on-shippable) is a tutorial on how to set up nightly builds on shippable.

# Links
- [SETTING UP NIGHTLY BUILDS ON SHIPPABLE](http://blog.shippable.com/setup-nightly-builds-on-shippable)
- [Shippable](http://www.shippable.com)
9 changes: 9 additions & 0 deletions shippable.jobs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
jobs:
- name: sample_node_runCI
type: runCI
steps:
- IN: nightly-trigger
on_success:
- script: echo 'on success !!!!!'
on_failure:
- script: echo 'Failed job .... :('
5 changes: 5 additions & 0 deletions shippable.resources.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
resources:
- name: nightly-trigger
type: time
seed:
interval: "0 22 * * *"

0 comments on commit b95623b

Please sign in to comment.