Skip to content
Snippets Groups Projects
Verified Commit d89ce4bc authored by Christian Heusel's avatar Christian Heusel :rocket:
Browse files

fix(test): adapt tests to sq 0.33.0 cli changes

parent 7e5df6a5
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ RUN pacman-key --init && \
USER tester
RUN sq key generate --userid "Bob Tester <tester@localhost>" --output /build/private.key && \
sq export --keyring /build/private.key | sudo pacman-key -a - && \
sq cert export --keyring /build/private.key | sudo pacman-key -a - && \
sudo pacman-key --lsign-key tester@localhost && \
gpg --import /build/private.key && \
gpgconf --kill gpg-agent && \
......
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