Skip to content

Commit

Permalink
fix gitpod setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jflamy committed Oct 15, 2022
1 parent 7353b54 commit e70b514
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ hs_err_pid*
database/owlcms.mv.db
/.flattened-pom.xml
/database/
/cp.txt
/logs/
/cp.txt
/logs/
/node_modules/
5 changes: 5 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ tasks:
cp -f /workspace/owlcms4/.gitpod/settings.xml /home/gitpod/.m2/settings.xml
echo creating shared
mvn -pl shared install
command: |
echo Copying settings
cp -f /workspace/owlcms4/.gitpod/settings.xml /home/gitpod/.m2/settings.xml
echo creating shared
mvn -pl shared install
vscode:
extensions:
Expand Down

0 comments on commit e70b514

Please sign in to comment.