Skip to content

Commit 09fc062

Browse files
committed
fix gh
1 parent 42d7b98 commit 09fc062

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,8 @@ jobs:
2222
ROS_PARALLEL_TEST_JOBS: "-j8"
2323
CATKIN_PARALLEL_JOBS: "-i"
2424
NOT_TEST_INSTALL : true
25-
<<<<<<< HEAD
2625
BEFORE_SCRIPT : "sudo pip install packaging==17.1; for name in ffha libsiftfast nlopt julius julius_ros downward assimp_devel google_chat_ros; do echo \\$name; find $GITHUB_WORKSPACE -iname \\$name -exec touch {}/CATKIN_IGNORE \\; ; ls -al \\$(find -iname \\$name)/; done" # Skip large packagses
2726
USE_DEB: false
28-
=======
29-
BEFORE_SCRIPT : "for name in dialogflow_task_executive ros_speech_recognition sesame_ros ffha libsiftfast nlopt julius julius_ros downward assimp_devel voice_text; do echo \\$name; find $GITHUB_WORKSPACE -iname \\$name -exec touch {}/CATKIN_IGNORE \\; ; ls -al \\$(find -iname \\$name)/; done" # Skip large packagses / Skip packages that could not build on indigo dialogflow_task_executive/ros_speech_recognition/sesame_ros
30-
>>>>>>> c0450ee3 ([voice_text] Skip indigo test, for requiring cmake>=3. It can be)
3127
- ROS_DISTRO: kinetic
3228
CONTAINER: ubuntu:16.04
3329
ROS_PARALLEL_TEST_JOBS: "-j8"

0 commit comments

Comments
 (0)