Skip to content

Commit

Permalink
Fix pipeline (redhat-cop#5470)
Browse files Browse the repository at this point in the history
* include template

* include template
  • Loading branch information
treddy08 authored Sep 26, 2022
1 parent 852c270 commit bf081b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
- cicd/generate-tag-task.yaml.j2
- cicd/image-check-task.yaml.j2
- cicd/image-scan-task.yaml.j2
- cicd/unit-test-task.yaml.j2
- cicd/update-kustomize-repo-task.yaml.j2
- cicd/sonarqube-scan-task.yaml.j2
- cicd/web-ui-ci-pipeline.yaml.j2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ spec:
set -x
npm i [email protected]
npm i [email protected]
npm install angular
cd coolstore-ui
npm test
volumeMounts:
Expand Down

0 comments on commit bf081b8

Please sign in to comment.