update master-pipeline.yml for Gitee Go updated_at:2022-04-27 15:00:31

This commit is contained in:
shenmo 2022-04-27 15:00:31 +00:00 committed by Gitee
parent 239a788019
commit 3eddb4ce71
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -24,7 +24,23 @@ stages:
certificate: d3a72e50-a6b5-013a-3031-5e77c3ac149e
tag: shenmo7192/spark-store-with-uos:1.${GITEE_PIPELINE_BUILD_NUMBER}
dockerfile: ./.gitee/Dockerfile
context: ./target/build
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
displayName: upload
strategy: naturally