Commit 7b167334 by Jonathan Thomas

Make steps manual

parent ae898a99
Pipeline #12219 passed with stages
in 1 minute 49 seconds
......@@ -68,6 +68,7 @@ build_mod:
# Deploy to Modrinth
Modrinth:
stage: deploy
when: manual
script:
- chmod +x ./deploy_modrinth.sh
- ./deploy_modrinth.sh
......@@ -82,6 +83,7 @@ Modrinth:
# Deploy to CurseForge
CurseForge:
stage: deploy
when: manual
script:
- chmod +x ./deploy_curseforge.sh
- ./deploy_curseforge.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment