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

Commit

Permalink
Merge pull request #506 from frank-bee:feature/fixbackendSetup
Browse files Browse the repository at this point in the history
clean install required
  • Loading branch information
frank-bee authored Jun 22, 2021
2 parents 1a54916 + 62bf4ac commit 42960ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tasks:
- name: dev backend
init: |
cd /workspace/business-partner-agent/backend
mvn clean compile
mvn clean install -DskipTests=true -Dspotbugs.skip=true -Dpmd.skip=true
command: |
gp env BPA_HOST=`gp url 8080 | sed 's/.*https:\/\///'`
eval $(gp env -e)
Expand Down

0 comments on commit 42960ad

Please sign in to comment.