gitlab-ci修改
This commit is contained in:
parent
96de947649
commit
e704045bfa
@ -20,7 +20,6 @@ build:
|
||||
name: '${CI_PROJECT_NAME}_${CI_COMMIT_REF_NAME}_${CI_JOB_NAME}_${CI_PIPELINE_ID}'
|
||||
paths:
|
||||
- ./app/public/*
|
||||
when: manual
|
||||
|
||||
package:
|
||||
tags:
|
||||
@ -30,5 +29,4 @@ package:
|
||||
- chmod +x ./deploy/package.sh && ./deploy/package.sh
|
||||
dependencies:
|
||||
- build
|
||||
when: on_success
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user