From 4bbca6060c3f5387c3c22b20e739588050b1855f Mon Sep 17 00:00:00 2001 From: gaochengrui Date: Tue, 28 Jul 2020 11:15:30 +0800 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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