CI cleanup

This commit is contained in:
Anuken 2020-11-19 19:32:27 -05:00
parent 07ddf806ac
commit 8214188215

View File

@ -16,7 +16,9 @@ jobs:
run: ./gradlew test
- name: Trigger BE build
run: |
echo "Cloning..."
git clone --depth=1 --branch=master https://github.com/Anuken/MindustryBuilds ../MindustryBuilds
echo "Done cloning."
cd ../MindustryBuilds
git tag ${GITHUB_RUN_NUMBER}
git config --global user.name "Build Uploader"