Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
image:
file: .gitpod.Dockerfile
tasks:
- before: >-
- before: |-
echo "corepack enable" >> /home/gitpod/.bashrc

echo "export COREPACK_ENABLE_DOWNLOAD_PROMPT=0" >> /home/gitpod/.bashrc

gitpod-env-per-project >> /home/gitpod/.bashrc

echo "export
PUPPETEER_CACHE_DIR=/workspace/vue-mermaid-string/node_modules/.cache/puppeteer"
>> /home/gitpod/.bashrc

echo "export PUPPETEER_CACHE_DIR=/workspace/vue-mermaid-string/node_modules/.cache/puppeteer" >> /home/gitpod/.bashrc
echo "export PLAYWRIGHT_BROWSERS_PATH=0" >> /home/gitpod/.bashrc

source /home/gitpod/.bashrc
init: |-
git config --global user.name "Sebastian Landwehr"
Expand Down
Loading