diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 35ebeed..1b1dcba 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -47,11 +47,6 @@ jobs: - !BranchUpdateTrigger branches: master projects: crosslang - projectDependencies: - - projectPath: tesses-framework - buildProvider: !LastFinishedBuild - jobName: Build for x86_64 - artifacts: '*' retryCondition: never maxRetries: 3 retryDelay: 30 diff --git a/Dockerfile.run b/Dockerfile.run index 3c221f6..ad936a9 100644 --- a/Dockerfile.run +++ b/Dockerfile.run @@ -1,2 +1,2 @@ FROM onedev.site.tesses.net/tesses-framework/tesses-framework:latest -COPY ./build/out / \ No newline at end of file +COPY build/out / \ No newline at end of file