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
19 changes: 19 additions & 0 deletions .probo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
image: proboci/ubuntu-16.04-lamp:php-7.1
steps:
- name: Hello World
command: 'echo "Hello Probo pal. If you are reading this output you have your first successful Probo build step. Probo gives you a fresh environment for each build, so you can run whatever you want. This build step is using the default Probo build plugin: Shell."'
- name: Checking ubuntu, apache, mysql, and php version.
plugin: Script
script:
- lsb_release -a
- mysql --version
- apache2 -version
- php -v
- name: Probo site setup
plugin: Drupal
runInstall: true
profileName: standard
clearCaches: false
varnish: true
- name: Hello Again
command: 'echo "You can use Probo to run automated tests like the previous step did. Or not. Probo is useful with or without tests."'
3 changes: 3 additions & 0 deletions sites/all/modules/READMETOO.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This is a test file

More info