From f00a21783eaa2ac8726cc93db02df1d7e7fd6a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Milk?= <rene.milk@wwu.de> Date: Fri, 31 Aug 2018 10:07:31 +0200 Subject: [PATCH] [ci] fix travis script location --- .travis.after_script.bash | 4 ++-- .travis.script.bash | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.after_script.bash b/.travis.after_script.bash index 10d0c2602..97525f0f6 100755 --- a/.travis.after_script.bash +++ b/.travis.after_script.bash @@ -17,7 +17,7 @@ if [[ $TRAVIS_JOB_NUMBER == *.1 ]] ; then ${SRC_DCTRL} ${BLD} --only=${MY_MODULE} configure ${SRC_DCTRL} ${BLD} --only=${MY_MODULE} make doc if [ "X${TRAVIS_PULL_REQUEST}" != "Xfalse" ] ; then - ${SUPERDIR}/.travis/init_sshkey.sh ${encrypted_95fb78800815_key} ${encrypted_95fb78800815_iv} keys/dune-community/dune-community.github.io - ${SUPERDIR}/.travis/deploy_docs.sh ${MY_MODULE} "${DUNE_BUILD_DIR}" + ${SUPERDIR}/.ci/init_sshkey.sh ${encrypted_95fb78800815_key} ${encrypted_95fb78800815_iv} keys/dune-community/dune-community.github.io + ${SUPERDIR}/.ci/deploy_docs.sh ${MY_MODULE} "${DUNE_BUILD_DIR}" fi fi diff --git a/.travis.script.bash b/.travis.script.bash index d53ce7842..bcdf2179a 100755 --- a/.travis.script.bash +++ b/.travis.script.bash @@ -34,7 +34,7 @@ else ${WAIT} ${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ctest -V -j 2 -L "^builder_${TESTS}$" fi if [ "X${TRAVIS_PULL_REQUEST}" != "Xfalse" ] ; then - ${SUPERDIR}/.travis/init_sshkey.sh ${encrypted_95fb78800815_key} ${encrypted_95fb78800815_iv} keys/dune-community/dune-gdt-testlogs + ${SUPERDIR}/.ci/init_sshkey.sh ${encrypted_95fb78800815_key} ${encrypted_95fb78800815_iv} keys/dune-community/dune-gdt-testlogs retry_command ${SUPERDIR}/scripts/bash/travis_upload_test_logs.bash ${DUNE_BUILD_DIR}/${MY_MODULE}/dune/gdt/test/ fi -- GitLab