test a new way to get signature

This commit is contained in:
Guillermo Vaya 2021-06-09 11:53:46 +02:00
parent bd752ad612
commit 7c9de20c59

View file

@ -64,7 +64,7 @@ commands:
type: string type: string
default: "" default: ""
steps: steps:
- run: wget -qO - https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/Release.key | apt-key add - - run: curl -fsSL https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/Release.key | gpg --dearmor | tee /etc/apt/trusted.gpg.d/wine.gpg > /dev/null
- run: apt-get update && apt-get -y install << parameters.apt_opts >> - run: apt-get update && apt-get -y install << parameters.apt_opts >>
- run: npm ci - run: npm ci