Skip to content

Commit 16df0dd

Browse files
committed
Set up GPG to have signed commits in Gitpod
1 parent dda4ea0 commit 16df0dd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .gitpod.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
tasks:
2+
- before: >
3+
[[ ! -z $GNUGPG ]] &&
4+
cd ~ &&
5+
rm -rf .gnupg &&
6+
echo $GNUGPG | base64 -d | tar --no-same-owner -xzvf -
7+
8+
# test

0 commit comments

Comments
 (0)