Skip to content

Commit

Permalink
comment out UPSTREAM_WORKSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
Alpaca-zip authored Sep 10, 2023
1 parent 32d3797 commit f92eb0d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
uses: 'ros-industrial/industrial_ci@master'
env:
ROS_DISTRO: noetic # Replace noetic for your chosen distro.
UPSTREAM_WORKSPACE: dependencies.rosinstall
# BEFORE_BUILD_TARGET_WORKSPACE: 'apt update -q && python3 -m pip install -q -r requirements.txt'
# UPSTREAM_WORKSPACE: dependencies.rosinstall
# BEFORE_BUILD_TARGET_WORKSPACE: 'apt update -q && python3 -m pip install ****'
CLANG_TIDY: pedantic

black_check:
Expand All @@ -56,8 +56,8 @@ jobs:
uses: 'ros-industrial/industrial_ci@master'
env:
ROS_DISTRO: noetic # Replace noetic for your chosen distro.
UPSTREAM_WORKSPACE: dependencies.rosinstall
# BEFORE_BUILD_TARGET_WORKSPACE: 'apt update -q && python3 -m pip install -q -r requirements.txt'
# UPSTREAM_WORKSPACE: dependencies.rosinstall
# BEFORE_BUILD_TARGET_WORKSPACE: 'apt update -q && python3 -m pip install ****'
PYLINT_ARGS: '--errors-only'
PYLINT_CHECK: true

Expand All @@ -72,8 +72,8 @@ jobs:
uses: 'ros-industrial/industrial_ci@master'
env:
ROS_DISTRO: noetic # Replace noetic for your chosen distro.
UPSTREAM_WORKSPACE: dependencies.rosinstall
# BEFORE_BUILD_TARGET_WORKSPACE: 'apt update -q && python3 -m pip install -q -r requirements.txt'
# UPSTREAM_WORKSPACE: dependencies.rosinstall
# BEFORE_BUILD_TARGET_WORKSPACE: 'apt update -q && python3 -m pip install ****'
CATKIN_LINT: true

build_check:
Expand All @@ -85,13 +85,13 @@ jobs:
env:
- ROS_DISTRO: noetic # Replace noetic for your chosen distro.
ROS_REPO: main
UPSTREAM_WORKSPACE: dependencies.rosinstall
# BEFORE_BUILD_TARGET_WORKSPACE: 'apt update -q && python3 -m pip install -q -r requirements.txt'
# UPSTREAM_WORKSPACE: dependencies.rosinstall
# BEFORE_BUILD_TARGET_WORKSPACE: 'apt update -q && python3 -m pip install ****'
IMMEDIATE_TEST_OUTPUT: true
- ROS_DISTRO: noetic # Replace noetic for your chosen distro.
ROS_REPO: testing
UPSTREAM_WORKSPACE: dependencies.rosinstall
# BEFORE_BUILD_TARGET_WORKSPACE: 'apt update -q && python3 -m pip install -q -r requirements.txt'
# UPSTREAM_WORKSPACE: dependencies.rosinstall
# BEFORE_BUILD_TARGET_WORKSPACE: 'apt update -q && python3 -m pip install ****'
IMMEDIATE_TEST_OUTPUT: true

steps:
Expand Down

0 comments on commit f92eb0d

Please sign in to comment.