We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae90397 commit be8052cCopy full SHA for be8052c
1 file changed
.github/workflows/ci-build.yaml
@@ -48,27 +48,3 @@ jobs:
48
&& cd build
49
&& cmake ..
50
&& 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