Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
franka_description
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is archived. Its data is
read-only
.
Show more breadcrumbs
CeTI
ROS
ROS Packages
franka_description
Commits
d5dced34
Unverified
Commit
d5dced34
authored
Dec 22, 2017
by
Florian Walch
Committed by
GitHub
Dec 22, 2017
Browse files
Options
Downloads
Plain Diff
Merge pull request #8 from fwalch/travis-fix
travis.yml: Fix libfranka branch name fallback
parents
62446e60
15fd7c91
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
with
1 addition
and
1 deletion
.travis.yml
+
1
−
1
View file @
d5dced34
...
@@ -10,7 +10,7 @@ before_script:
...
@@ -10,7 +10,7 @@ before_script:
cd ~/workspace
cd ~/workspace
git clone https://github.com/frankaemika/libfranka.git
git clone https://github.com/frankaemika/libfranka.git
cd libfranka
cd libfranka
git checkout ${TRAVIS_PULL_REQUEST_BRANCH:-TRAVIS_BRANCH} || git checkout
master
git checkout ${TRAVIS_PULL_REQUEST_BRANCH:-
${
TRAVIS_BRANCH}
}
|| git checkout
develop
git submodule update --init --recursive
git submodule update --init --recursive
-
|
-
|
cd ~/workspace
cd ~/workspace
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment