File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9494 blueapi -c /config/init_config.yaml setup-scratch
9595 if [ $? -ne 0 ]; then echo 'Blueapi failed'; exit 1; fi;
9696 echo "Exporting venv as artefact"
97- cp -r /venv/* /artefacts
97+ cp -r /app/. venv/* /artefacts
9898 volumeMounts :
9999 - name : init-config
100100 mountPath : " /config"
@@ -149,7 +149,7 @@ spec:
149149 mountPropagation : HostToContainer
150150 {{- end }}
151151 - name : venv
152- mountPath : /venv
152+ mountPath : /app/. venv
153153 {{- end }}
154154 {{- if ne 1000.0 .Values.securityContext.runAsUser }}
155155 - mountPath : /home
Original file line number Diff line number Diff line change @@ -466,7 +466,7 @@ def init_container_venv_volume_mount():
466466def venv_volume_mount ():
467467 return {
468468 "name" : "venv" ,
469- "mountPath" : "/venv" ,
469+ "mountPath" : "/app/. venv" ,
470470 }
471471
472472
You can’t perform that action at this time.
0 commit comments