Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .probo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Each step is the build/test process
# the name of each step is the build context, and will get its own status updates
steps:
- name: Install
plugin: 'Shell'
command: "rsync -av $SRC_DIR/ /var/www/"
- name: Look Around
plugin: 'Shell' # this is the default plugin
command: "ls $SRC_DIR"
- name: Show Readme
plugin: 'Shell'
command: "cat $SRC_DIR/README"

2 changes: 2 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Cool stuff...

Testing Probo
5 changes: 5 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

phpinfo();