Fix docker
This commit is contained in:
@ -23,10 +23,10 @@ jobs:
|
|||||||
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
||||||
- !CommandStep
|
- !CommandStep
|
||||||
name: find
|
name: find
|
||||||
runInContainer: true
|
runInContainer: false
|
||||||
image: ubuntu:latest
|
|
||||||
interpreter: !DefaultInterpreter
|
interpreter: !DefaultInterpreter
|
||||||
commands: |
|
commands: |
|
||||||
|
echo $PWD
|
||||||
find
|
find
|
||||||
useTTY: true
|
useTTY: true
|
||||||
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
||||||
|
|||||||
Reference in New Issue
Block a user