Skip to content

Commit

Permalink
fix gitlab-ci if docker-ros folder exists
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbusch authored Jul 3, 2023
1 parent 9e900f0 commit acd3351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci/docker-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ default:
- apk add bash
- cd ${BUILD_CONTEXT}
- |-
if [[ ! -d $docker/docker-ros ]]; then
if [[ ! -d docker/docker-ros ]]; then
mkdir -p docker
git clone --depth=1 https://github.com/ika-rwth-aachen/docker-ros.git docker/docker-ros
cd docker/docker-ros
Expand Down

0 comments on commit acd3351

Please sign in to comment.