diff options
-rwxr-xr-x | tests/validate_site.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/validate_site.sh b/tests/validate_site.sh index 91e637f..95c3409 100755 --- a/tests/validate_site.sh +++ b/tests/validate_site.sh @@ -1,7 +1,7 @@ #!/bin/bash # validate_site.sh checks if the site.conf is valid json -GLUON_BRANCH='v2017.1.4' +GLUON_BRANCH='master' P=$(pwd) echo "####### validating $P/site.conf ..." |