We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda4ea0 commit 16df0ddCopy full SHA for 16df0dd
.gitpod.yml
@@ -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