Skip to content

Commit

Permalink
Revert 34cb005
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeller authored Aug 19, 2024
1 parent c671106 commit 408a5fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci/docker-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ variables:
VCS_IMPORT_FILE: .repos # Relative filepath to file containing additional repos to install via vcstools (only relevant if ENABLE_RECURSIVE_VCS_IMPORT=false)
ENABLE_RECURSIVE_VCS_IMPORT: 'true' # Enable recursive discovery of files named `*.repos`
# -----
DOCKER_ROS_GIT_REF: patch-1
DOCKER_ROS_GIT_REF: main

_RUN_IMAGE: ${IMAGE_NAME}:${IMAGE_TAG}
_DEV_IMAGE: ${DEV_IMAGE_NAME}:${DEV_IMAGE_TAG}
Expand Down Expand Up @@ -88,7 +88,7 @@ default:
- |-
if [[ ! -d docker/docker-ros ]]; then
mkdir -p docker
git clone --depth=1 https://github.com/cgeller/docker-ros.git docker/docker-ros
git clone --depth=1 https://github.com/ika-rwth-aachen/docker-ros.git docker/docker-ros
cd docker/docker-ros
git fetch origin ${DOCKER_ROS_GIT_REF}
git checkout FETCH_HEAD
Expand Down

0 comments on commit 408a5fd

Please sign in to comment.