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: ...@@ -68,6 +68,7 @@ build_mod:
# Deploy to Modrinth # Deploy to Modrinth
Modrinth: Modrinth:
stage: deploy stage: deploy
when: manual
script: script:
- chmod +x ./deploy_modrinth.sh - chmod +x ./deploy_modrinth.sh
- ./deploy_modrinth.sh - ./deploy_modrinth.sh
...@@ -82,6 +83,7 @@ Modrinth: ...@@ -82,6 +83,7 @@ Modrinth:
# Deploy to CurseForge # Deploy to CurseForge
CurseForge: CurseForge:
stage: deploy stage: deploy
when: manual
script: script:
- chmod +x ./deploy_curseforge.sh - chmod +x ./deploy_curseforge.sh
- ./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