Loading src/monitoring/.gitlab-ci.yml +3 −9 Original line number Diff line number Diff line Loading @@ -124,9 +124,7 @@ deploy monitoring test: IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) stage: deploy needs: - test monitoring pull - test monitoring run - test monitoring pytest - unit test monitoring script: - 'sed -i "s/image: .*/image: $CI_REGISTRY\/$CI_PROJECT_NAMESPACE\/$CI_PROJECT_NAME\/$IMAGE_NAME:$IMAGE_TAG/" manifests/$IMAGE_NAME.yaml' - kubectl version Loading @@ -149,9 +147,7 @@ deploy monitoring development: IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) stage: deploy needs: - test monitoring pull - test monitoring run - test monitoring pytest - unit test monitoring script: - 'sed -i "s/image: .*/image: $CI_REGISTRY\/$CI_PROJECT_NAMESPACE\/$CI_PROJECT_NAME\/$IMAGE_NAME:$IMAGE_TAG/" manifests/$IMAGE_NAME.yaml' - kubectl version Loading @@ -174,9 +170,7 @@ deploy monitoring production: IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) stage: deploy needs: - test monitoring pull - test monitoring run - test monitoring pytest - unit test monitoring script: - 'sed -i "s/image: .*/image: $CI_REGISTRY\/$CI_PROJECT_NAMESPACE\/$CI_PROJECT_NAME\/$IMAGE_NAME:$IMAGE_TAG/" manifests/$IMAGE_NAME.yaml' - kubectl version Loading Loading
src/monitoring/.gitlab-ci.yml +3 −9 Original line number Diff line number Diff line Loading @@ -124,9 +124,7 @@ deploy monitoring test: IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) stage: deploy needs: - test monitoring pull - test monitoring run - test monitoring pytest - unit test monitoring script: - 'sed -i "s/image: .*/image: $CI_REGISTRY\/$CI_PROJECT_NAMESPACE\/$CI_PROJECT_NAME\/$IMAGE_NAME:$IMAGE_TAG/" manifests/$IMAGE_NAME.yaml' - kubectl version Loading @@ -149,9 +147,7 @@ deploy monitoring development: IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) stage: deploy needs: - test monitoring pull - test monitoring run - test monitoring pytest - unit test monitoring script: - 'sed -i "s/image: .*/image: $CI_REGISTRY\/$CI_PROJECT_NAMESPACE\/$CI_PROJECT_NAME\/$IMAGE_NAME:$IMAGE_TAG/" manifests/$IMAGE_NAME.yaml' - kubectl version Loading @@ -174,9 +170,7 @@ deploy monitoring production: IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) stage: deploy needs: - test monitoring pull - test monitoring run - test monitoring pytest - unit test monitoring script: - 'sed -i "s/image: .*/image: $CI_REGISTRY\/$CI_PROJECT_NAMESPACE\/$CI_PROJECT_NAME\/$IMAGE_NAME:$IMAGE_TAG/" manifests/$IMAGE_NAME.yaml' - kubectl version Loading