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 8a6739f commit 7bc6971Copy full SHA for 7bc6971
.gitpod.yml
@@ -1,19 +1,12 @@
1
image:
2
file: .gitpod.Dockerfile
3
tasks:
4
- - before: >-
+ - before: |-
5
echo "corepack enable" >> /home/gitpod/.bashrc
6
-
7
echo "export COREPACK_ENABLE_DOWNLOAD_PROMPT=0" >> /home/gitpod/.bashrc
8
9
gitpod-env-per-project >> /home/gitpod/.bashrc
10
11
- echo "export
12
- PUPPETEER_CACHE_DIR=/workspace/vue-mermaid-string/node_modules/.cache/puppeteer"
13
- >> /home/gitpod/.bashrc
14
+ echo "export PUPPETEER_CACHE_DIR=/workspace/vue-mermaid-string/node_modules/.cache/puppeteer" >> /home/gitpod/.bashrc
15
echo "export PLAYWRIGHT_BROWSERS_PATH=0" >> /home/gitpod/.bashrc
16
17
source /home/gitpod/.bashrc
18
init: |-
19
git config --global user.name "Sebastian Landwehr"
0 commit comments