提交 796b8aee 编写于 作者: crj1998's avatar crj1998

删除 .codechina-ci.yml

上级 31c6d5aa
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."
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册