Skip to content

Commit d8c8702

Browse files
committed
Try to fix missing source command
1 parent cf756a1 commit d8c8702

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.diploi/helm/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
- -c
4444
- |
4545
python -m venv .venv
46-
source .venv/bin/activate
46+
. ./.venv/bin/activate
4747
pip install --no-cache-dir -r requirements.txt
4848
workingDir: /app/{{ .Values.identifier }}
4949
volumeMounts:

0 commit comments

Comments
 (0)