From a937888c0d491f6a0f212b83cda9f4020572ad59 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sun, 11 Oct 2020 16:48:10 -0700 Subject: [PATCH] Fix deploy script --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c594017..d05018f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,9 @@ branches: only: - release 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 - - git checkout master + - git checkout main - cd .. - pytest -s --testpath "GameData/" build-deploy/src/tests/ # run the deploy tests - python build-deploy/src/package.py --f ".mod_data.yml" # Build package