Loading src/pathcomp/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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' Loading Loading
src/pathcomp/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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' Loading