Update .gitlab-ci.yml file
This commit is contained in:
@@ -9,7 +9,8 @@ prepare_job:
|
||||
stage: prepare
|
||||
image: python:3.10
|
||||
script:
|
||||
- 'pip install requests'
|
||||
# - 'pip install requests'
|
||||
- uname -a
|
||||
- 'rm -rf {.git, .gitignore, gitattributes, .gitlab-ci.yml, CHANGELOG, README.md}'
|
||||
- mkdir WPE-2
|
||||
- mv data WPE-2/
|
||||
|
||||
Reference in New Issue
Block a user