Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
corr gitpod init
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfliegner committed May 7, 2024
1 parent 405df0b commit 0493138
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions .envrc

This file was deleted.

4 changes: 1 addition & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ image:
file: .gitpod.Dockerfile
tasks:
- init:
mkdir -p .config/direnv \
&& echo "hier" > bubu.txt \
mkdir -p ~/.config/direnv \
&& echo '[whitelist]' > ~/.config/direnv/config.toml \
&& echo 'prefix = [ "/workspace", "/home/gitpod"]' >> ~/.config/direnv/config.toml \
&& cd .. \
&& echo 'PATH_add ~/julia-1.8.2/bin' > /workspace/.envrc \
&& echo 'export SEARCHLIGHT_USERNAME="gitpod"' >> /workspace/.envrc \
&& direnv allow /workspace
Expand Down

0 comments on commit 0493138

Please sign in to comment.