diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 899307c..5a1b355 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,4 +61,5 @@ com: #随意填写,起标示作用,com指cli测试 - docker stop auto-custom-clibrary-com || true && docker rm auto-custom-clibrary-com || true - cd docker/com - docker-compose build - - time=`date +%m%d` docker-compose up -d \ No newline at end of file + - time=`date +%m%d` docker-compose up -d + \ No newline at end of file