Skip to content

Commit 9b06a7b

Browse files
fix: updating script to use wrapper script (#1832)
1 parent 82a5282 commit 9b06a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/resources/user-retirement-archiver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cd $WORKSPACE/configuration
44

55
set +u
6-
. util/jenkins/virtualenv_tools.sh
6+
. util/jenkins/virtualenv_python_tools.sh
77
# creates a venv with its location stored in variable "venvpath"
88
create_virtualenv_python python3.12 --clear
99
. "$venvpath/bin/activate"

0 commit comments

Comments
 (0)