solar/utils/jenkins/run_wordpress_example.sh
Łukasz Oleś e326156a5c Add test for wordpress example
Change-Id: I8e7e614b3f6693c1811714929645dca7c185a265
2016-01-14 22:31:07 +01:00

11 lines
208 B
Bash
Executable File

#!/bin/bash
set -xe
export ENV_NAME="solar-example"
export SLAVES_COUNT=1
export DEPLOY_TIMEOUT=300
export TEST_SCRIPT="/bin/bash /vagrant/solar-resources/examples/wordpress/run.sh"
./utils/jenkins/run.sh