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

Arranged GitLab CI/CD for PathComp component

parent 17bf8a11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,8 +166,8 @@ deploy pathcomp:
    IMAGE_TAG: 'latest' # tag of the container image (production, development, etc)
  stage: deploy
  needs:
    - unit test pathcomp-frontend
    - unit test pathcomp-backend
    #- unit test pathcomp-frontend
    # - integ_test execute
  script:
    - 'sed -i "s/$IMAGE_NAME:.*/$IMAGE_NAME:$IMAGE_TAG/" manifests/${IMAGE_NAME}service.yaml'