Skip to content

Commit 34b2a6e

Browse files
Cleanup navigation docker removal (#2437)
1 parent 4f45b21 commit 34b2a6e

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
ros: ${{ steps.force.outputs.force == 'true' && 'true' || steps.filter.outputs.ros }}
2222
python: ${{ steps.force.outputs.force == 'true' && 'true' || steps.filter.outputs.python }}
2323
dev: ${{ steps.force.outputs.force == 'true' && 'true' || steps.filter.outputs.dev }}
24-
navigation: ${{ steps.force.outputs.force == 'true' && 'true' || steps.filter.outputs.navigation }}
2524
branch-tag: ${{ steps.set-tag.outputs.branch_tag }}
2625
steps:
2726
- name: Fix permissions
@@ -60,11 +59,6 @@ jobs:
6059
dev:
6160
- docker/dev/**
6261
63-
navigation:
64-
- .github/workflows/_docker-build-template.yml
65-
- .github/workflows/docker-build.yml
66-
- docker/navigation/**
67-
6862
- name: Determine Branch Tag
6963
id: set-tag
7064
run: |
@@ -145,7 +139,7 @@ jobs:
145139
dockerfile: dev
146140

147141
build-complete:
148-
needs: [check-changes, ros, python, ros-python, dev, ros-dev, navigation]
142+
needs: [check-changes, ros, python, ros-python, dev, ros-dev]
149143
runs-on: [self-hosted, Linux]
150144
if: always()
151145
steps:

0 commit comments

Comments
 (0)