From 7544cd43f968b89f3c1f8013299b16eecfb593bb Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Tue, 14 Jan 2025 22:50:20 -0600 Subject: [PATCH] Fix docker --- .onedev-buildspec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 1b1dcba..8630858 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -23,10 +23,10 @@ jobs: condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL - !CommandStep name: find - runInContainer: true - image: ubuntu:latest + runInContainer: false interpreter: !DefaultInterpreter commands: | + echo $PWD find useTTY: true condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL