Skip to content
Snippets Groups Projects
Commit 41615c3a authored by Patrick Dos Santos's avatar Patrick Dos Santos
Browse files

Passage à la version 1.0.3

parent 688e9650
Branches
Tags v1.0.0-RC10
No related merge requests found
......@@ -217,7 +217,7 @@ deploy-app:
image: bitnami/kubectl
stage: deploy
script:
- sed -i 's/<IMAGE_PATH>:<VERSION>/'${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}'/g' deploy/deployment.yaml
- sed -i 's%<IMAGE_PATH>:<VERSION>%'${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}'%g' deploy/deployment.yaml
- kubectl apply -f deploy/deployment.yaml
rules:
# Lancement de l'étape lors de la création d'un tag, d'une merge request ou d'un pipeline programmé
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>demo.ci-maven-demo</groupId>
<artifactId>ci-maven-demo</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>
<artifactId>ci-maven-demo-service</artifactId>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>demo.ci-maven-demo</groupId>
<artifactId>ci-maven-demo</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>
<artifactId>ci-maven-demo-webapp</artifactId>
......
......@@ -7,7 +7,7 @@
<parent>
<artifactId>ci-maven-demo</artifactId>
<groupId>demo.ci-maven-demo</groupId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>
<artifactId>jacoco-report-aggregate</artifactId>
......
......@@ -6,7 +6,7 @@
<groupId>demo.ci-maven-demo</groupId>
<artifactId>ci-maven-demo</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment