Commit 4fb51c59 authored by Sergio Gonzalez Diaz's avatar Sergio Gonzalez Diaz
Browse files

update monitoring .gitlab-ci.yml

parent 3228ca74
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -103,6 +103,7 @@ deploy monitoring development:
    - kubectl get all
    - kubectl apply -f "manifests/$IMAGE_NAME.yaml"
    - kubectl get all
  when: manual
  rules:
    - changes:
      - src/$IMAGE_NAME/*.{py,in,yml}
@@ -111,5 +112,5 @@ deploy monitoring development:
      - src/$IMAGE_NAME/tests/Dockerfile
      - manifests/$IMAGE_NAME.yaml
      - .gitlab-ci.yml
    - when: manual