Skip to content

Commit

Permalink
Modify settings.xml and setupEnv.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
marest94 committed Nov 9, 2023
1 parent 963f284 commit e48964d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ci/.m2/settings/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>insecure-repo</id>
<mirrorOf>external:http:*</mirrorOf>
<url>http://maven.iais.fraunhofer.de/artifactory/eis-ids-public</url>
<blocked>false</blocked>
<blocked>true</blocked>
</mirror>
</mirrors>
<servers>
Expand All @@ -15,4 +15,4 @@
<password>${env.GH_PACKAGE_REPO_PASSWORD}</password>
</server>
</servers>
</settings>
</settings>
5 changes: 0 additions & 5 deletions ci/setupEnv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,3 @@ sudo chmod +x /usr/local/bin/docker-compose
echo "docker-compose correctly installed"

sudo docker system prune --volumes -f

mkdir -p $HOME/.m2/de

cp -f ./ci/.m2/settings/settings.xml $HOME/.m2
cp -f ./ci/.m2/de/* $HOME/.m2/de/

0 comments on commit e48964d

Please sign in to comment.