test.sh in jgd-1.8 vs test.sh in jgd-1.9
- old
+ new
@@ -12,10 +12,10 @@
git config user.email "test@example.com"
git config user.name "Test"
git commit -am 'initial commit'
cd "${CWD}"
-./bash/deploy.sh "${TMP}" gh-pages master
+./bash/deploy.sh "${TMP}" gh-pages master _some-other-config.yml
cd "${TMP}"
git checkout gh-pages
ls -al
cat test.html | grep "hello"