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:
- install
- deploy
before_script:
- python -V # Print out python version for debugging
- pip install -r requirements.txt
- pwd
install:
stage: install
script:
- pip install -r requirements.txt
- echo "bbbb"
deploy:
stage: deploy
script:
- python main.py
- echo "asdasd"