Skip to content

Commit cbeff46

Browse files
committed
Fix AppVeyor
1 parent 0e2bec9 commit cbeff46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ build_script:
2424

2525
- md \dev\ros2\src
2626
- cd \dev\ros2
27-
- curl -sk https://raw.githubusercontent.com/esteve/ros2_java/%APPVEYOR_REPO_BRANCH%/ros2_java_desktop.repos -o ros2_java_desktop.repos
28-
- vcs import src < ros2_java_desktop.repos
27+
- curl -sk https://raw.githubusercontent.com/esteve/ros2_java/%APPVEYOR_REPO_BRANCH%/ros2_java_desktop_travis.repos -o ros2_java_desktop_travis.repos
28+
- vcs import src < ros2_java_desktop_travis.repos
2929
- cd \dev\ros2\src\ros2_java
3030
- vcs custom --git --args checkout %APPVEYOR_REPO_BRANCH% || VER>NUL
3131
- cd \dev\ros2

0 commit comments

Comments
 (0)