Skip to content

Commit

Permalink
Remove unecessary global UPSTREAM_WORKSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-reynolds authored and bmagyar committed Apr 26, 2021
1 parent a7b7389 commit 91b7c0c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
industrial_ci:
runs-on: ubuntu-latest
strategy:
env:
global:
- UPSTREAM_WORKSPACE='ros_control.rosinstall -ros_control -ros_controllers'
matrix:
matrix:
env:
- {ROS_DISTRO: noetic, ROS_REPO: main}
- {ROS_DISTRO: noetic, ROS_REPO: testing}
- {ROS_DISTRO: noetic, DOWNSTREAM_WORKSPACE: 'ros_control.rosinstall -ros_control -realtime_tools -control_toolbox -control_msgs'}
- {ROS_DISTRO: noetic,
UPSTREAM_WORKSPACE: 'ros_control.rosinstall -ros_control -ros_controllers',
DOWNSTREAM_WORKSPACE: 'github:ros-controls/ros_controllers#noetic-devel'}
steps:
- run: sudo apt-get update -qq && sudo apt-get upgrade
- uses: actions/checkout@v1
Expand Down

0 comments on commit 91b7c0c

Please sign in to comment.