From c9aef7015e52481fa71678881f95fc39eaad739e Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Mon, 21 Mar 2022 12:00:04 +0100 Subject: [PATCH] jenkins: run pip freeze (#62968) --- test-nspawn | 1 + 1 file changed, 1 insertion(+) diff --git a/test-nspawn b/test-nspawn index 4afdc1f..b2a03ba 100755 --- a/test-nspawn +++ b/test-nspawn @@ -25,4 +25,5 @@ then PORT=`pg_lsclusters | tail -n1 | awk '{ print $3 }'` echo 'cd /opt/publik-devinst; ansible-playbook -i inventory.yml -e "{postgresql_port: '$PORT'}" install.yml' su testuser -l -c 'cd /opt/publik-devinst; ansible-playbook -i inventory.yml -e "{postgresql_port: '$PORT'}" install.yml' + su testuser -l -c '/home/testuser/envs/publik-env-py3/bin/pip freeze' fi