Skip to content

Commit

Permalink
Fully automate dev setup with Gitpod
Browse files Browse the repository at this point in the history
This commit implements a fully-automated development setup using Gitpod.io, an
online IDE for GitHub and GitLab that enables Dev-Environments-As-Code.
This makes it easy for anyone to get a ready-to-code workspace for any branch,
issue or pull request almost instantly with a single click.
  • Loading branch information
krlsdu committed Jun 17, 2020
1 parent b31b24f commit 9ad6d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod.yml
Expand Up @@ -2,5 +2,5 @@ image:
file: .gitpod.Dockerfile

tasks:
- init: ./complete/mvnw package -DskipTests
command: java -jar complete/target/*.jar
- init: cd complete && ./mvnw package -DskipTests
command: java -jar target/*.jar

0 comments on commit 9ad6d9a

Please sign in to comment.