Skip to content

Commit

Permalink
Merge pull request jsk-ros-pkg#252 from wkentaro/stop-wstool-set
Browse files Browse the repository at this point in the history
Stop setting testing repository in wstool workspace
  • Loading branch information
k-okada committed Apr 27, 2016
2 parents 2c1501a + 458803f commit 9f32ee8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ if [ "$USE_DEB" == false ]; then
$ROSWS merge file://$CI_SOURCE_PATH/.travis.rosinstall.$ROS_DISTRO
fi
$ROSWS update
$ROSWS set $REPOSITORY_NAME http://github.com/$TRAVIS_REPO_SLUG --git -y
fi
ln -s $CI_SOURCE_PATH . # Link the repo we are testing to the new workspace
if [ "$USE_DEB" == source -a -e $REPOSITORY_NAME/setup_upstream.sh ]; then $ROSWS init .; $REPOSITORY_NAME/setup_upstream.sh -w ~/ros/ws_$REPOSITORY_NAME ; $ROSWS update; fi
Expand Down

0 comments on commit 9f32ee8

Please sign in to comment.