jenkins: do not download entrouvert.gpg (#60066)

This commit is contained in:
Emmanuel Cazenave 2022-04-12 16:39:13 +02:00
parent a4ea159e44
commit 3930faa91e
1 changed files with 0 additions and 3 deletions

View File

@ -18,9 +18,6 @@ then
usermod -a -G sudo testuser
grep -q testuser /etc/sudoers || echo 'testuser ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
chown -R testuser /opt/publik-devinst
/usr/bin/wget https://deb.entrouvert.org/entrouvert.gpg
apt-key add entrouvert.gpg
apt update
/etc/init.d/postgresql start
hostname jenkins
PORT=`pg_lsclusters | tail -n1 | awk '{ print $3 }'`