Skip to content

Commit

Permalink
More travis debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pastika committed Feb 13, 2020
1 parent 2d9ceeb commit 457b315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ script:
- pwd
- ls -la
- ls -la ..
- sudo docker run -it -P --device /dev/fuse --cap-add SYS_ADMIN -e CVMFS_MOUNTS="cms.cern.ch oasis.opensciencegrid.org" -e MY_UID=$(id -u) -e MY_GID=$(id -g) -v $TRAVIS_BUILD_DIR/..:$TRAVIS_BUILD_DIR/.. $DOCKER_CONTAINER $TRAVIS_BUILD_DIR/.travis/runTests.sh $TRAVIS_BUILD_DIR
- sudo docker run -it -P --device /dev/fuse --cap-add SYS_ADMIN -e CVMFS_MOUNTS="cms.cern.ch oasis.opensciencegrid.org" -e MY_UID=$(id -u) -e MY_GID=$(id -g) -v $TRAVIS_BUILD_DIR:$TRAVIS_BUILD_DIR $DOCKER_CONTAINER $TRAVIS_BUILD_DIR/.travis/runTests.sh $TRAVIS_BUILD_DIR

after_success:
- if [ "$TRAVIS_BRANCH" = "$TARGET_BRANCH" ] || [ ! -z $TRAVIS_TAG ]; then if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then sudo apt-get install doxygen doxygen-doc doxygen-latex doxygen-gui graphviz; fi; fi
Expand Down
2 changes: 1 addition & 1 deletion .travis/runTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo "UID" $(id -u)
echo "GID" $(id -g)
pwd
ls -la
cd $TRAVIS_BUILD_DIR/..
cd /home/cmsuser/
pwd
ls -la
export VO_CMS_SW_DIR=/cvmfs/cms.cern.ch
Expand Down

0 comments on commit 457b315

Please sign in to comment.