Skip to content

Commit

Permalink
Build failing for me locally because the projbasedir in the webapp po…
Browse files Browse the repository at this point in the history
…m.xml was pointing to a /home/runner directory that I assume is there for the GitHub action build. This checkin changes that to start a directory up from webapps which should work. Testing theory out in GitHub.
  • Loading branch information
austinmoody committed Aug 19, 2024
1 parent 1810050 commit d0ce937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<properties>
<jersey.version>2.22.1</jersey.version>
<projbasedir>/home/runner/work/ett/ett</projbasedir>
<projbasedir>../</projbasedir>
</properties>


Expand Down Expand Up @@ -273,4 +273,4 @@
</plugins>

</build>
</project>
</project>

0 comments on commit d0ce937

Please sign in to comment.