From f92eb0d57dcf1b18e3f68dae8c4df069edc70b62 Mon Sep 17 00:00:00 2001 From: Alpaca-zip <84959376+Alpaca-zip@users.noreply.github.com> Date: Sun, 10 Sep 2023 20:35:26 +0900 Subject: [PATCH] comment out UPSTREAM_WORKSPACE --- .github/workflows/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8980b67..f8fe03e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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 @@ -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: @@ -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: