From 078f0ff83824aa77fc1144055c43c047b00d4aa3 Mon Sep 17 00:00:00 2001 From: "Hansi, dl9rdz" Date: Mon, 29 Apr 2019 00:23:12 +0200 Subject: [PATCH] travis ci testing --- .travis/push.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis/push.sh b/.travis/push.sh index 587be67..360149b 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -29,6 +29,8 @@ commit_website_files() { cd /tmp git clone https://github.com/dl9rdz/rdz_ttgo_sonde.git -b gh-pages cd rdz_ttgo_sonde + mkdir -p master + mkdir -p devel cp ${MYPATH}/out.bin ${BRANCH}/${VERSION}-full.bin git add ${BRANCH}/${VERSION}-full.bin # git commit --message "Travis build: $TRAVIS_BUILD_NUMBER"