Update pipeline script to match best practices
This commit is contained in:
parent
b13e368702
commit
7875d92b4c
1 changed files with 9 additions and 5 deletions
|
|
@ -113,8 +113,12 @@ steps:
|
||||||
done
|
done
|
||||||
- echo "Cleanup completed"
|
- echo "Cleanup completed"
|
||||||
|
|
||||||
trigger:
|
# trigger:
|
||||||
branch:
|
# branch:
|
||||||
- master
|
# - master
|
||||||
event:
|
# event:
|
||||||
- push
|
# - push
|
||||||
|
|
||||||
|
when:
|
||||||
|
- branch: master
|
||||||
|
event: push
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue