Commit ceb91794 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Update .gitlab-ci.yml - solved typo in "kubectl apply" command

parent 7c6cf1fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,5 +96,5 @@ deploy context:
    - build context
    - test context run
  script:
    - kubectl apply -f "manisfests/contextservice.yaml"
    - kubectl apply -f "manifests/contextservice.yaml"
  when: manual