Skip to content

Commit

Permalink
fix: alpine key madness
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Aug 1, 2024
1 parent db4470f commit a7156e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export GITLAB_TOKEN="$ALPINE_GITLAB_TOKEN"

sudo chown -R packager:packager /github/home
mkdir -p /github/home/.abuild
echo "$ALPINE_PUB_KEY" >"/etc/apk/keys/$ALPINE_KEY_ID.pub"
sudo sh -c "echo \"$ALPINE_PUB_KEY\" >\"/etc/apk/keys/$ALPINE_KEY_ID.pub\""
echo "$ALPINE_PUB_KEY" >"/github/home/.abuild/$ALPINE_KEY_ID.pub"
echo "$ALPINE_PRIV_KEY" >"/github/home/.abuild/$ALPINE_KEY_ID"
echo "PACKAGER_PRIVKEY=\"/github/home/.abuild/$ALPINE_KEY_ID\"" >>/github/home/.abuild/abuild.conf
Expand Down

0 comments on commit a7156e0

Please sign in to comment.