Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Akamu
Game Client iOS
Commits
da6cf102
Commit
da6cf102
authored
Jul 19, 2020
by
Maurice Kraus
Browse files
build: this finalizes the gitrise/bitrise pipeline
parent
9cb428d3
Pipeline
#1885
canceled with stages
in 3 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
da6cf102
...
...
@@ -3,6 +3,9 @@ image: dwdraju/alpine-curl-jq
stages
:
-
lint
-
test
-
build-deploy
-
debug-symbols-upload
before_script
:
-
chmod +x gitrise.sh
...
...
@@ -25,3 +28,26 @@ test:
except
:
-
tags
allow_failure
:
false
build-deploy-qa
:
stage
:
build-deploy
script
:
-
./gitrise.sh -w "Build-Deploy-Workflow" -b "$CI_COMMIT_REF_NAME" -a "$BITRISE_TOKEN" -s "$BITRISE_PROJ_SLUG"
only
:
-
/^develop-.*/
-
develop
except
:
-
tags
allow_failure
:
false
debug-symbols-upload
:
stage
:
debug-symbols-upload
script
:
-
./gitrise.sh -w "Post-Deploy-Workflow" -b "$CI_COMMIT_REF_NAME" -a "$BITRISE_TOKEN" -s "$BITRISE_PROJ_SLUG"
only
:
-
/^develop-.*/
-
develop
except
:
-
tags
when
:
manual
allow_failure
:
false
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment