1
0
Fork 0

Modify tests to only run if non-static files have been modified

This commit is contained in:
Daniel Tomcej 2018-05-18 16:30:03 -06:00 committed by Traefiker Bot
parent 9227d32d57
commit 5c4692a0df
5 changed files with 29 additions and 12 deletions

6
.semaphoreci/job1.sh Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -e
if [ -n "$SHOULD_TEST" ]; then ci_retry make pull-images; fi
if [ -n "$SHOULD_TEST" ]; then ci_retry make test-integration; fi