mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-25 06:52:20 +08:00
update master-pipeline.yml for Gitee Go updated_at:2022-04-27 15:00:31
This commit is contained in:
parent
239a788019
commit
3eddb4ce71
@ -24,7 +24,23 @@ stages:
|
|||||||
certificate: d3a72e50-a6b5-013a-3031-5e77c3ac149e
|
certificate: d3a72e50-a6b5-013a-3031-5e77c3ac149e
|
||||||
tag: shenmo7192/spark-store-with-uos:1.${GITEE_PIPELINE_BUILD_NUMBER}
|
tag: shenmo7192/spark-store-with-uos:1.${GITEE_PIPELINE_BUILD_NUMBER}
|
||||||
dockerfile: ./.gitee/Dockerfile
|
dockerfile: ./.gitee/Dockerfile
|
||||||
|
context: ./target/build
|
||||||
isCache: true
|
isCache: true
|
||||||
|
- name: stage-4e566164
|
||||||
|
displayName: 复制
|
||||||
|
strategy: naturally
|
||||||
|
trigger: auto
|
||||||
|
executor: []
|
||||||
|
steps:
|
||||||
|
- step: shell@agent
|
||||||
|
name: execute_shell
|
||||||
|
displayName: Shell 脚本执行
|
||||||
|
hostGroupID: gitee-go
|
||||||
|
script: |-
|
||||||
|
# 请在此输入您想执行的脚本
|
||||||
|
mkdir /root/workspace/deepin-community-store/spark-store/target/deb
|
||||||
|
mv /root/workspace/deepin-community-store/spark-store/target/build/*.deb ../deb
|
||||||
|
BUILD_ARTIFACT="/root/workspace/deepin-community-store/spark-store/target/deb"
|
||||||
- name: stage-78c83955
|
- name: stage-78c83955
|
||||||
displayName: upload
|
displayName: upload
|
||||||
strategy: naturally
|
strategy: naturally
|
||||||
|
Loading…
x
Reference in New Issue
Block a user