Skip to content
Snippets Groups Projects
Commit dd39c9f2 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

gpg requires --no-tty param

parent 99f23e12
No related branches found
No related tags found
2 merge requests!541version 12.1.3 into master,!525gpg requires --no-tty param
Pipeline #7851 passed
...@@ -75,7 +75,7 @@ test_install_debian_package: ...@@ -75,7 +75,7 @@ test_install_debian_package:
- echo "PUT $debian_file /docker/incoming" | sftp -o StrictHostKeyChecking=no user@debian-repo - echo "PUT $debian_file /docker/incoming" | sftp -o StrictHostKeyChecking=no user@debian-repo
- ssh root@debian-repo /usr/local/sbin/reprepro-import - ssh root@debian-repo /usr/local/sbin/reprepro-import
- apt-add-repository "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" - apt-add-repository "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main"
- apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886 - apt-key adv --no-tty --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886
- apt-add-repository "deb http://debian-repo/ unstable main" - apt-add-repository "deb http://debian-repo/ unstable main"
- apt-get update - apt-get update
# auto accept oracle license # auto accept oracle license
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment