Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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