1
0
Fork 0

fix script path
ci/woodpecker/push/build-gui-bundle Pipeline was successful Details
ci/woodpecker/push/build-api-3-10 Pipeline failed Details

This commit is contained in:
Sean Sube 2024-02-25 08:10:04 -06:00
parent 267377ff0a
commit dd181c75f9
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ steps:
commands:
- apt-get -y update && apt-get -y install python3-opencv
- cd api
- ./common/scripts/make-venv.sh
- ../common/scripts/make-venv.sh
- make ci