Loading src/monitoring/.gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ unit test monitoring: artifacts: when: always reports: junit: $PWD/src/$IMAGE_NAME/tests/report.xml junit: src/$IMAGE_NAME/tests/report.xml monitoring test: variables: Loading @@ -67,7 +67,8 @@ monitoring test: IMAGE_TAG: 'develop' # tag of the container image (production, development, etc) stage: unit_test script: - 'sed -i "s/$IMAGE_NAME:.*/$IMAGE_NAME:$IMAGE_TAG/" manifests/$IMAGE_NAME.yaml' - sed -i 's/$IMAGE_NAME:.*/$IMAGE_NAME:$IMAGE_TAG/' manifests/$IMAGE_NAME.yaml - ls manifests - cat manifests/$IMAGE_NAME.yaml' # Deployment of the monitoring service in Kubernetes Cluster Loading Loading
src/monitoring/.gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ unit test monitoring: artifacts: when: always reports: junit: $PWD/src/$IMAGE_NAME/tests/report.xml junit: src/$IMAGE_NAME/tests/report.xml monitoring test: variables: Loading @@ -67,7 +67,8 @@ monitoring test: IMAGE_TAG: 'develop' # tag of the container image (production, development, etc) stage: unit_test script: - 'sed -i "s/$IMAGE_NAME:.*/$IMAGE_NAME:$IMAGE_TAG/" manifests/$IMAGE_NAME.yaml' - sed -i 's/$IMAGE_NAME:.*/$IMAGE_NAME:$IMAGE_TAG/' manifests/$IMAGE_NAME.yaml - ls manifests - cat manifests/$IMAGE_NAME.yaml' # Deployment of the monitoring service in Kubernetes Cluster Loading