Skip to content

Commit

Permalink
Merge branch 'master' into brandon-BFD-3067
Browse files Browse the repository at this point in the history
  • Loading branch information
brandoncruz3 committed Dec 11, 2023
2 parents aa5b53e + dfc94d6 commit d2f05ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/bfd-server/bfd-server-image/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- Name of the image generated by jib plugin. -->
<image-name>bfd-server</image-name>
</properties>

<dependencies>
<dependency>
<!-- BFD WAR file is required to build the image. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<directory>src/main/assembly/bin</directory>
<outputDirectory>/</outputDirectory>
<directoryMode>0700</directoryMode>
<fileMode>0500</fileMode>
<fileMode>0700</fileMode>
</fileSet>
</fileSets>
<dependencySets>
Expand Down

0 comments on commit d2f05ea

Please sign in to comment.