From f014317f7aa3e2219b8d6f25ab408f0ef677b4aa Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Tue, 14 Jan 2025 22:30:01 -0600 Subject: [PATCH] Fix docker --- .onedev-buildspec.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index abf831d..35ebeed 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -21,6 +21,15 @@ jobs: make install DESTDIR=out useTTY: true condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL + - !CommandStep + name: find + runInContainer: true + image: ubuntu:latest + interpreter: !DefaultInterpreter + commands: | + find + useTTY: true + condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL - !BuildImageStep name: Build Docker Image dockerfile: Dockerfile.run @@ -42,7 +51,7 @@ jobs: - projectPath: tesses-framework buildProvider: !LastFinishedBuild jobName: Build for x86_64 - artifacts: -** + artifacts: '*' retryCondition: never maxRetries: 3 retryDelay: 30