You've already forked MyDSL
更换成链表结构
This commit is contained in:
@ -19,10 +19,12 @@ unitTest:
|
||||
- phpunit-report.xml
|
||||
coverage: '/^\s*Lines:\s*\d+.\d+\%/'
|
||||
|
||||
composerPublish:
|
||||
image: curlimages/curl:latest
|
||||
only:
|
||||
- tags
|
||||
stage: deploy
|
||||
script:
|
||||
- curl --data "tag=${CI_COMMIT_TAG}" "http://__token__:${CI_JOB_TOKEN}@gitlab/api/v4/projects/${CI_PROJECT_ID}/packages/composer"
|
||||
#composerPublish:
|
||||
# image: curlimages/curl:latest
|
||||
# only:
|
||||
# - tags
|
||||
# stage: deploy
|
||||
# script:
|
||||
# - curl --data "tag=${CI_COMMIT_TAG}" "http://__token__:${CI_JOB_TOKEN}@gitlab/api/v4/projects/${CI_PROJECT_ID}/packages/composer"
|
||||
# dependencies:
|
||||
# - unitTest
|
Reference in New Issue
Block a user