diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 8630858..f27f58f 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -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