Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion travis/trigger-bes-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,17 @@ git push "https://${GIT_UID}:${GIT_PSWD}@github.com/OPENDAP/libdap4.git" "${libd

git clone --depth 1 https://github.com/opendap/bes

test_deploy=""
if [[ "$TRAVIS_BRANCH" == *"-test-deploy" ]]
then
test_deploy=" test-deploy"
fi


cd bes
git checkout master

echo "${LIBDAP4_SNAPSHOT}" > libdap4-snapshot
echo "${LIBDAP4_SNAPSHOT}$test_deploy" > libdap4-snapshot

cat libdap4-snapshot >&2

Expand Down