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 63f9d20 commit 6d95c26Copy full SHA for 6d95c26
.gitpod.yml
@@ -15,7 +15,7 @@ ports:
15
port: 57011
16
tasks:
17
- before: |
18
- gp env -e "PATH=$PATH:$HOME/.sprkl/bin"
+ eval $(gp env -e "PATH=$PATH:$HOME/.sprkl/bin")
19
if [ -d /workspace/sprkl ]; then
20
cp -rf /workspace/sprkl $HOME/.sprkl
21
else
@@ -36,7 +36,7 @@ tasks:
36
sprkl apply
37
fi
38
command: |
39
40
41
42
0 commit comments