added ci yaml
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
before_script:
|
||||
- pip --version
|
||||
|
||||
job0:
|
||||
tags:
|
||||
- python
|
||||
script:
|
||||
- pwd
|
||||
- ls -la
|
||||
- cd src
|
||||
- python -m scraper
|
||||
Reference in New Issue
Block a user