Edit .onedev-buildspec.yml

This commit is contained in:
erris
2026-03-10 02:06:35 +01:00
parent b72206b531
commit f761718957

View File

@@ -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