Skip to content

Commit

Permalink
gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfliegner committed May 14, 2024
1 parent d07d355 commit c359a19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ image:
tasks:
- init: >
cd ~ && curl -L https://storage.googleapis.com/julialang2/bin/linux/x64/$JULIA_MINOR_VERSION/julia-$JULIA_BUGFIX_VERSION-linux-x86_64.tar.gz
| tar -xzf -
&& echo "PATH_add ~/julia-$JULIA_BUGFIX_VERSION/bin" > /workspace/.envrc
| tar -xzf - && mv julia-$JULIA_BUGFIX_VERSION julia
&& echo "PATH_add ~/julia/bin" > /workspace/.envrc
&& echo 'export SEARCHLIGHT_USERNAME="gitpod"' >> /workspace/.envrc
&& direnv allow /workspace
- command: python3 -m http.server 8080 -d docs/build
Expand Down

0 comments on commit c359a19

Please sign in to comment.