Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e09f72b

Browse filesBrowse files
committed
Merge branch 'gitpod-gpg' into 'master'
Set up GPG to have signed commits in Gitpod See merge request postgres-ai/database-lab!407
2 parents dda4ea0 + 16df0dd commit e09f72b
Copy full SHA for e09f72b

File tree

1 file changed

+8
-0
lines changed
Filter options

1 file changed

+8
-0
lines changed

‎.gitpod.yml

Copy file name to clipboard
+8Lines changed: 8 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.