Merge remote-tracking branch 'origin/main'

This commit is contained in:
Administrator 2023-07-13 12:21:06 +08:00
commit eca26a7e3a
1 changed files with 4 additions and 5 deletions

View File

@ -1,21 +1,20 @@
image: python:3.9
stages: stages:
- install - install
- deploy - deploy
before_script: before_script:
- python -V # Print out python version for debugging - pwd
- pip install -r requirements.txt
install: install:
stage: install stage: install
script: script:
- pip install -r requirements.txt - echo "bbbb"
deploy: deploy:
stage: deploy stage: deploy
script: script:
- python main.py - echo "asdasd"