File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 8484 - name : deploy-to-kubernetes
8585 taskRef :
8686 name : deploy-app
87- runAfter : [build ]
87+ runAfter : [va-scan ]
8888 workspaces :
8989 - name : task-workspace
9090 workspace : pipeline-ws
Original file line number Diff line number Diff line change 5555 echo "changed_directories: $changed_directories"
5656
5757 # check if it is toolchain-related
58- echo "Changed toolchain? "
58+ echo -e "\nChanged toolchain sources ? "
5959 CHANGED_TOOLCHAIN=false
6060 for d in ${toolchaindirs[@]}; do
6161 if [[ " ${changed_directories[@]} " =~ "${d}" ]]; then
6666 printf $CHANGED_TOOLCHAIN | tee $(results.is_toolchain.path)
6767
6868 # check if it is app-related
69- echo
70- echo "Changed app? "
69+ echo -e "\n\nChanged app sources? "
7170 CHANGED_APP=false
7271 for d in ${appdirs[@]}; do
7372 if [[ " ${changed_directories[@]} " =~ "${d}" ]]; then
You can’t perform that action at this time.
0 commit comments