#1700  command not found in job but exists in image
Closed
bufferUnderrun opened 4 months ago

Hi,

I'm trying to use the source command in a job which run python:3.6.9 image

image.png

the same with podman works

podman run --rm --replace --name test -it python:3.6.9 bash
# python -m venv .venv
# source .venv/bin/activate

where am i wrong ?

thanks

Robin Shen commented 4 months ago

OneDev by default calls sh, please change to call custom shell "bash".

bufferUnderrun commented 4 months ago

i miss this settings 😳

thanks

bufferUnderrun changed state to 'Closed' 4 months ago
Previous Value Current Value
Open
Closed
issue 1 of 1
Type
Question
Priority
Normal
Assignee
Labels
No labels
Issue Votes (0)
Watchers (2)
Reference
onedev/server#1700
Please wait...
Page is in error, reload to recover