Fix docker
This commit is contained in:
@ -21,6 +21,15 @@ jobs:
|
|||||||
make install DESTDIR=out
|
make install DESTDIR=out
|
||||||
useTTY: true
|
useTTY: true
|
||||||
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
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
|
- !BuildImageStep
|
||||||
name: Build Docker Image
|
name: Build Docker Image
|
||||||
dockerfile: Dockerfile.run
|
dockerfile: Dockerfile.run
|
||||||
@ -42,7 +51,7 @@ jobs:
|
|||||||
- projectPath: tesses-framework
|
- projectPath: tesses-framework
|
||||||
buildProvider: !LastFinishedBuild
|
buildProvider: !LastFinishedBuild
|
||||||
jobName: Build for x86_64
|
jobName: Build for x86_64
|
||||||
artifacts: -**
|
artifacts: '*'
|
||||||
retryCondition: never
|
retryCondition: never
|
||||||
maxRetries: 3
|
maxRetries: 3
|
||||||
retryDelay: 30
|
retryDelay: 30
|
||||||
|
|||||||
Reference in New Issue
Block a user