From 796b8aeef7a75286e8e66b353d5b8f59baeb84f8 Mon Sep 17 00:00:00 2001 From: crj1998 Date: Sun, 6 Nov 2022 00:08:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20.codechina-ci.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .codechina-ci.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .codechina-ci.yml diff --git a/.codechina-ci.yml b/.codechina-ci.yml deleted file mode 100644 index 457a1c0..0000000 --- a/.codechina-ci.yml +++ /dev/null @@ -1,23 +0,0 @@ -build-job: - stage: build - script: - - echo "Hello, $GITLAB_USER_LOGIN!" - - python -m pip install --upgrade pip - - pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple - - pip install -r requirements.txt - - pip install . - -test-job: - stage: test - script: - - echo "This job tests something" - - cd test - - python3 test_demo.py - - cd .. - - chmod +x ./examples.sh - - ./examples.sh - -deploy-prod: - stage: deploy - script: - - echo "This job deploys something from the $CI_COMMIT_BRANCH branch." -- GitLab