Fix docker

This commit is contained in:
2025-01-14 22:52:33 -06:00
parent 7544cd43f9
commit 9e7e1ad52b

View File

@ -21,15 +21,6 @@ jobs:
make install DESTDIR=out
useTTY: true
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
- !CommandStep
name: find
runInContainer: false
interpreter: !DefaultInterpreter
commands: |
echo $PWD
find
useTTY: true
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
- !BuildImageStep
name: Build Docker Image
dockerfile: Dockerfile.run