Skip to content

Commit

Permalink
Nettoyage
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandalbosco committed Oct 21, 2021
1 parent 2e93d31 commit 367a4e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 27 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ release:
stage: release
image: docker-all.devops.etat-ge.ch/maven:3-jdk-8
script:
- git config --global user.email "***REMOVED***"
- git config --global user.name "***REMOVED***"
- git config --global user.email "$RUNNER_EMAIL"
- git config --global user.name "$RUNNER_USERNAME"
- git checkout $CI_COMMIT_REF_NAME
- mvn $MAVEN_CLI_OPTS release:prepare release:perform -Dresume=false -Darguments="-DskipTests" -DskipTests -Dusername=$SCM_USER -Dpassword=$SCM_PASSWORD -DautoVersionSubmodules=true -U
when: manual
only:
- master
- master
13 changes: 0 additions & 13 deletions DGSI.SERVICESCOMMUNS.REFERENTIELS.LOT.TPS/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,6 @@

<name>+ ${project.artifactId} - Lot de deploiement</name>

<!-- <distributionManagement> -->
<!-- <repository> -->
<!-- <id>internal.lot.release</id> -->
<!-- <name>internal.lot.release</name> -->
<!-- <url>***REMOVED***/repositories/lot_release</url> -->
<!-- </repository> -->
<!-- <snapshotRepository> -->
<!-- <id>internal.lot.snapshot</id> -->
<!-- <name>internal.lot.snapshot</name> -->
<!-- <url>***REMOVED***/repositories/lot_snapshot</url> -->
<!-- </snapshotRepository> -->
<!-- </distributionManagement> -->

<build>
<plugins>
<plugin>
Expand Down
14 changes: 3 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
Exposition sous forme de web services des nomenclatures fédérales
</description>

<url>***REMOVED***</url>

<developers>
<developer>
<id>JDE</id>
Expand Down Expand Up @@ -46,17 +44,12 @@
</contributors>

<scm>
<developerConnection>scm:git:***REMOVED***/Communs/referentiels-ofs.git</developerConnection>
<connection>scm:git:***REMOVED***/Communs/referentiels-ofs.git</connection>
<url>git:***REMOVED***/Communs/referentiels-ofs.git</url>
<developerConnection>scm:git:${env.GITLAB_URL}/Communs/referentiels-ofs.git</developerConnection>
<connection>scm:git:${env.GITLAB_URL}/Communs/referentiels-ofs.git</connection>
<url>git:${env.GITLAB_URL}/Communs/referentiels-ofs.git</url>
<tag>referentiels-ofs-parent-1.4.2</tag>
</scm>

<ciManagement>
<system>jenkins</system>
<url>***REMOVED***/job/referentiels-ofs</url>
</ciManagement>

<distributionManagement>
<repository>
<id>internal.project.release</id>
Expand Down Expand Up @@ -438,4 +431,3 @@
</dependency>
</dependencies>
</project>

0 comments on commit 367a4e8

Please sign in to comment.