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