Skip to content
Snippets Groups Projects
Commit fd8f6555 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Use a real key from the correct bucket.

parent 4ca3d160
No related branches found
No related tags found
1 merge request!922Sign rpm packages
Loading
Loading
@@ -9,8 +9,8 @@ before_script:
- mkdir -p ~/.ssh
- mkdir -p ~/.aws
- mkdir -p cache
- AWS_ACCESS_KEY_ID="$CACHE_AWS_ACCESS_KEY_ID" AWS_SECRET_ACCESS_KEY="$CACHE_AWS_SECRET_ACCESS_KEY" aws s3 cp s3://omnibus-builds-cache/secring.gpg .
- gpg --allow-secret-key-import --import secring.gpg
- AWS_ACCESS_KEY_ID="$SECRET_AWS_ACCESS_KEY_ID" AWS_SECRET_ACCESS_KEY="$SECRET_AWS_SECRET_ACCESS_KEY" aws s3 cp s3://omnibus-secrets/rpm_signing.gpg .
- gpg --allow-secret-key-import --import rpm_signing.gpg
- bundle install --binstubs --path ~/gems
 
.branch_template: &branch_build
Loading
Loading
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