Edit .onedev-buildspec.yml
This commit is contained in:
@@ -38,10 +38,7 @@ jobs:
|
|||||||
interpreter:
|
interpreter:
|
||||||
type: DefaultInterpreter
|
type: DefaultInterpreter
|
||||||
commands: |
|
commands: |
|
||||||
cd "$ONEDEV_WORKSPACE"
|
cd "$ONEDEV_WORKSPACE";. .envrc
|
||||||
ls -la
|
|
||||||
. .envrc
|
|
||||||
just c
|
|
||||||
useTTY: true
|
useTTY: true
|
||||||
condition: SUCCESSFUL
|
condition: SUCCESSFUL
|
||||||
optional: false
|
optional: false
|
||||||
|
|||||||
Reference in New Issue
Block a user