diff --git a/.workflow/master-pipeline.yml b/.workflow/master-pipeline.yml index 1491adc..7a0571f 100644 --- a/.workflow/master-pipeline.yml +++ b/.workflow/master-pipeline.yml @@ -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