Skip to content

Move IOS internal deployment CI job to the deploy_internally stage

Jørgen Svennevik Notland requested to merge jQrgen/wally:mp_ci_stage into mp

Add deploy_internally stage for deploying to internal iOS testing with TestFlight

Fixes invalid yaml-error that is failing the whole GitLab CI:

testflight job: chosen stage does not exist; available stages are .pre, lint, assemble, test, .post

Move testflight job to the bottom of the .gitlab-ci.yml to sort jobs sequentially by stage.

Edited by Jørgen Svennevik Notland

Merge request reports