Skip to content

Commit 8366055

Browse files
committed
ci: skip px4 build for now
Signed-off-by: Ramon Roche <[email protected]>
1 parent b157918 commit 8366055

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/dev_container.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -92,20 +92,20 @@ jobs:
9292
cache-from: type=gha,version=1
9393
cache-to: type=gha,version=1,mode=max
9494

95-
- name: Get Container Image Tag Name
96-
id: image_name
97-
run: |
98-
echo "image_name=$(echo '${{ fromJSON(steps.docker.outputs.metadata)['image.name'] }}' | sed 's/,.*$//')" >> $GITHUB_OUTPUT
99-
100-
- name: Test Build of PX4 with Container
101-
uses: addnab/docker-run-action@v3
102-
with:
103-
image: ${{ steps.image_name.outputs.image_name }}
104-
options: -v ${{ github.workspace }}:/workspace
105-
run: |
106-
cd /workspace
107-
git config --global --add safe.directory /workspace
108-
make px4_sitl_default
95+
# - name: Get Container Image Tag Name
96+
# id: image_name
97+
# run: |
98+
# echo "image_name=$(echo '${{ fromJSON(steps.docker.outputs.metadata)['image.name'] }}' | sed 's/,.*$//')" >> $GITHUB_OUTPUT
99+
100+
# - name: Test Build of PX4 with Container
101+
# uses: addnab/docker-run-action@v3
102+
# with:
103+
# image: ${{ steps.image_name.outputs.image_name }}
104+
# options: -v ${{ github.workspace }}:/workspace
105+
# run: |
106+
# cd /workspace
107+
# git config --global --add safe.directory /workspace
108+
# make px4_sitl_default
109109

110110
deploy:
111111
name: Deploy To Registry

0 commit comments

Comments
 (0)