Skip to content

Commit be8052c

Browse files
committed
Remove blunux-ubuntu build since secret is not available in public repos
1 parent ae90397 commit be8052c

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

.github/workflows/ci-build.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -48,27 +48,3 @@ jobs:
4848
&& cd build
4949
&& cmake ..
5050
&& make all
51-
52-
build-container:
53-
runs-on: ubuntu-24.04
54-
container:
55-
image: blueyerobotics/blunux-ubuntu
56-
credentials:
57-
username: ${{ secrets.DOCKERHUB_USERNAME }}
58-
password: ${{ secrets.DOCKERHUB_TOKEN }}
59-
60-
# Set default shell for all steps in this job
61-
defaults:
62-
run:
63-
shell: zsh -e {0}
64-
65-
steps:
66-
- name: Checkout source
67-
uses: actions/checkout@v4
68-
- name: Build
69-
run: >
70-
source /opt/ros/jazzy/setup.zsh
71-
&& mkdir build
72-
&& cd build
73-
&& cmake ..
74-
&& make all

0 commit comments

Comments
 (0)