mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-09 20:29:06 +07:00
CI cleanup
This commit is contained in:
parent
8214188215
commit
b1ace4a7c9
2
.github/workflows/deployment.yml
vendored
2
.github/workflows/deployment.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
cd docs
|
||||
git add .
|
||||
git commit -m "Update ${GITHUB_REF:1}"
|
||||
git push https://Anuken:${{ secrets.GITHUB_TOKEN }}@github.com/MindustryGame/docs
|
||||
git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/MindustryGame/docs
|
||||
cd ../Mindustry
|
||||
- name: Update F-Droid build string
|
||||
run: |
|
||||
|
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
@ -16,10 +16,8 @@ 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"
|
||||
git push https://Anuken:${{ secrets.GITHUB_TOKEN }}@github.com/Anuken/MindustryBuilds ${GITHUB_RUN_NUMBER}
|
||||
git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/MindustryBuilds ${GITHUB_RUN_NUMBER}
|
||||
|
Loading…
Reference in New Issue
Block a user