Skip to content

Commit

Permalink
rename profile github to more specific github-www-composum-com since …
Browse files Browse the repository at this point in the history
…it's for that specific maven repository ; debugging for docker build
  • Loading branch information
stoerr committed Dec 5, 2023
1 parent d40dec1 commit 4ed0206
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/settings-istrepo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<mirror>
<id>istrepo</id>
<name>istrepo</name>
<mirrorOf>*,!github-www-composum-com,!github</mirrorOf>
<mirrorOf>central</mirrorOf>
<url>https://repo.ist-software.com/repository/maven-public</url>
</mirror>
<!-- -->
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerdeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
# Compare also https://github.com/actions/virtual-environments/issues/2187 (M1 support for github actions)
run: |
cd docker
$MVNCMD -P $(git branch --show-current),allplatforms deploy
$MVNCMD -X -P $(git branch --show-current),allplatforms,github-www-composum-com deploy
- name: Check docker status
run: |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
</activation>
<repositories>
<repository>
<id>github</id>
<id>github-www-composum-com</id>
<url>https://maven.pkg.github.com/ist-dresden/www-composum-com</url>
<snapshots>
<enabled>true</enabled>
Expand Down

0 comments on commit 4ed0206

Please sign in to comment.