Skip to content

Commit

Permalink
#906 test action
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmartin committed Mar 24, 2021
1 parent 9683c1e commit 810f95c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,21 @@ jobs:
uses : actions/[email protected]
with :
repository: openworm/geppetto-application.git
path : webapp
path : ./webapp
ref: development
- name : Build geppetto-application
run : |
cd webapp
cd ./webapp
ls
# Checkout current branch that activated the git actions workflow, if fails checkout development
git checkout ${{ steps.git_branch.outputs.branch }} || git checkout development
git clone https://github.com/openworm/geppetto-client.git
cd geppetto-client
git checkout ${{ steps.git_branch.outputs.branch }} || git checkout development
cd ../..
cd ../../..
- name : Build org.geppetto.frontend
run : |
cd ..
ls
pwd
mvn -e clean install
cd ..

0 comments on commit 810f95c

Please sign in to comment.