Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1625 from endocode/kayrus/new_gpg_id
Browse files Browse the repository at this point in the history
test: Updated GPG pub key ID
  • Loading branch information
Dongsu Park committed Jul 7, 2016
2 parents f14967a + b305b11 commit 0953a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functional/run-in-qemu
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ IMAGE=$QEMU_DIR/coreos_${COREOS_CHANNEL}_fleet_test.qcow2
IMG_URL="https://${COREOS_CHANNEL}.release.core-os.net/amd64-usr/current/coreos_production_qemu_image.img.bz2"
SIG_URL="https://${COREOS_CHANNEL}.release.core-os.net/amd64-usr/current/coreos_production_qemu_image.img.bz2.sig"
GPG_PUB_KEY="https://coreos.com/security/image-signing-key/CoreOS_Image_Signing_Key.asc"
GPG_PUB_KEY_ID="50E0885593D2DCB4"
GPG_PUB_KEY_ID="48F9B96A2E16137F"

set +e
if gpg --version > /dev/null 2>&1; then
Expand Down

0 comments on commit 0953a0d

Please sign in to comment.