Skip to content

Commit a14fdef

Browse files
committed
Fixed CI scripts.
1 parent 8ff153f commit a14fdef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.ci/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Do the Gradle build
44
./gradlew build || exit 1
55

6-
if [ "$TRAVIS_REPO_SLUG" == "diffplug/matlabcontrol" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
6+
if [ "$TRAVIS_REPO_SLUG" == "diffplug/matconsolectl" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
77
# Publish the artifacts
88
./gradlew publish || exit 1
99
# Push the javadoc

.ci/push-javadoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cd $HOME
1313
git config --global user.email "travis@travis-ci.org"
1414
git config --global user.name "travis-ci"
1515
rm -rf $HOME/gh-pages
16-
git clone --quiet --branch=gh-pages https://${gh_token}@github.com/diffplug/matlabcontrol gh-pages > /dev/null
16+
git clone --quiet --branch=gh-pages https://${gh_token}@github.com/diffplug/matconsolectl gh-pages > /dev/null
1717

1818
# copy the javadoc into the build
1919
cd gh-pages

0 commit comments

Comments
 (0)