Skip to content

Commit 7f2f82b

Browse files
committed
Removing support for melodic in .drone.yml
1 parent 6078472 commit 7f2f82b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.drone.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ steps:
2323
- ./fips build
2424

2525
## Build with ROS melodic
26-
- name: build-ros-melodic
27-
image: amarburg/drone-ci-ros-melodic:latest
28-
commands:
29-
- wget -O- https://gitlab.com/amarburg/ros_drone_ci/-/raw/master/bootstrap.sh | /bin/bash
30-
environment:
31-
ROS_PACKAGES_TO_INSTALL: cv-bridge image-transport opencv-apps
32-
WSTOOL_RECURSIVE: true
26+
# - name: build-ros-melodic
27+
# image: amarburg/drone-ci-ros-melodic:latest
28+
# commands:
29+
# - wget -O- https://gitlab.com/amarburg/ros_drone_ci/-/raw/master/bootstrap.sh | /bin/bash
30+
# environment:
31+
# ROS_PACKAGES_TO_INSTALL: cv-bridge image-transport opencv-apps
32+
# WSTOOL_RECURSIVE: true
3333

3434
## Build with ROS noetic
3535
- name: build-ros-noetic

0 commit comments

Comments
 (0)