We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dda4ea0 + 16df0dd commit e09f72bCopy full SHA for e09f72b
.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