mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Fix deploy script
This commit is contained in:
parent
5065a8abf3
commit
a937888c0d
@ -11,9 +11,9 @@ branches:
|
|||||||
only:
|
only:
|
||||||
- release
|
- release
|
||||||
script:
|
script:
|
||||||
- git clone https://github.com/post-kerbin-mining-corporation/build-deploy.git
|
- git clone https://github.com/drewcassidy/build-deploy.git
|
||||||
- cd build-deploy
|
- cd build-deploy
|
||||||
- git checkout master
|
- git checkout main
|
||||||
- cd ..
|
- cd ..
|
||||||
- pytest -s --testpath "GameData/" build-deploy/src/tests/ # run the deploy tests
|
- pytest -s --testpath "GameData/" build-deploy/src/tests/ # run the deploy tests
|
||||||
- python build-deploy/src/package.py --f ".mod_data.yml" # Build package
|
- python build-deploy/src/package.py --f ".mod_data.yml" # Build package
|
||||||
|
Loading…
Reference in New Issue
Block a user