removed file creation in gitlab-ci
All checks were successful
Build python package / Build (push) Successful in 14s
All checks were successful
Build python package / Build (push) Successful in 14s
This commit is contained in:
@@ -7,7 +7,6 @@ variables:
|
|||||||
build: # This job runs in the build stage, which runs first.
|
build: # This job runs in the build stage, which runs first.
|
||||||
script:
|
script:
|
||||||
- pip install build twine
|
- pip install build twine
|
||||||
- mkdir build/src/AirwatchAPI/
|
|
||||||
- mv AirwatchAPI.py build/src/AirwatchAPI/
|
- mv AirwatchAPI.py build/src/AirwatchAPI/
|
||||||
- cd build/
|
- cd build/
|
||||||
- python -m build
|
- python -m build
|
||||||
|
|||||||
Reference in New Issue
Block a user