更新.gitlab-ci.yml文件

This commit is contained in:
伍春全 2023-07-13 06:49:18 +00:00
parent b45def3706
commit 1a33a48830
1 changed files with 0 additions and 4 deletions

View File

@ -8,7 +8,6 @@ install_job:
- docker-compose build
only:
- triggers
- manual
when:
manual
@ -17,9 +16,6 @@ deploy_job:
stage: deploy
script:
- docker-compose up -d
only:
- triggers
- manual
when:
manual