From f5e9d8b576060e884a05965b453982873de7ec0d Mon Sep 17 00:00:00 2001 From: Oliver Deng Date: Wed, 23 Aug 2023 15:07:23 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0.gitlab-ci.yml=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c09127fb..c4027c274 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,11 +12,7 @@ build-job: tags: - ${CI_PROJECT_NAME} script: - - date - - ifconfig - - cat ~/${CI_PROJECT_NAME}/build.sh - - sleep 10 - - echo ~/${CI_PROJECT_NAME}/build.sh + - ~/${CI_PROJECT_NAME}/build.sh - sleep 10