update pipeline-vue.yml for Gitee Go updated_at:2022-05-29 14:51:32

This commit is contained in:
随遇而安
2022-05-29 14:51:33 +00:00
committed by Gitee
parent 2883c0c553
commit 84573a7283

View File

@@ -51,7 +51,8 @@ stages:
script: |- script: |-
# 请在此输入部署脚本如启动Java应用如下 # 请在此输入部署脚本如启动Java应用如下
# nohup java -jar test.jar > nohup.out & # nohup java -jar test.jar > nohup.out &
echo 'Hello Gitee!' echo 'Hello Gitee!' && touch vuetest
touch vue
strategy: strategy:
retry: '0' retry: '0'
- step: publish@general_artifacts - step: publish@general_artifacts