更换成链表结构

This commit is contained in:
2021-01-22 10:20:05 +08:00
parent 1e0a82eade
commit afaab00f62
9 changed files with 111 additions and 24 deletions

View File

@ -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