Skip to content

Commit

Permalink
update pipeline-20240129.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiu-xiao authored and gitee-org committed Jan 29, 2024
1 parent fb9c039 commit 4c16dd6
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .workflow/pipeline-20240129.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ triggers:
trigger: auto
push:
branches:
exclude:
- master
precise:
- dev
pr:
branches:
prefix:
Expand All @@ -25,13 +25,11 @@ stages:
certificate: ''
image: xrimage/build
command:
- '# 请在此输入您想执行的脚本'
- python project.py init-cn
- export HOME=/root && python project.py build all all
artifacts:
- name: BUILD_ARTIFACT
path:
- ./firmware
notify: []
strategy:
retry: '0'
strategy:
cloneDepth: 1
blocking: true

0 comments on commit 4c16dd6

Please sign in to comment.