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
b4cca1a7
Commit
b4cca1a7
authored
Jul 25, 2020
by
Maurice Kraus
Browse files
build: this adds the new follow flag
parent
477c2b09
Pipeline
#1910
canceled with stages
in 3 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b4cca1a7
...
...
@@ -12,7 +12,7 @@ before_script:
lint
:
stage
:
lint
script
:
-
./gitrise.sh -w "Lint-Workflow" -b "$CI_COMMIT_REF_NAME" -a "$BITRISE_TOKEN" -s "$BITRISE_PROJ_SLUG"
-
./gitrise.sh -w "Lint-Workflow" -b "$CI_COMMIT_REF_NAME" -a "$BITRISE_TOKEN" -s "$BITRISE_PROJ_SLUG"
-f
only
:
-
branches
except
:
...
...
@@ -22,7 +22,7 @@ lint:
test
:
stage
:
test
script
:
-
./gitrise.sh -w "Test-Workflow" -b "$CI_COMMIT_REF_NAME" -a "$BITRISE_TOKEN" -s "$BITRISE_PROJ_SLUG"
-
./gitrise.sh -w "Test-Workflow" -b "$CI_COMMIT_REF_NAME" -a "$BITRISE_TOKEN" -s "$BITRISE_PROJ_SLUG"
-f
only
:
-
branches
except
:
...
...
@@ -32,7 +32,7 @@ test:
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"
-
./gitrise.sh -w "Build-Deploy-Workflow" -b "$CI_COMMIT_REF_NAME" -a "$BITRISE_TOKEN" -s "$BITRISE_PROJ_SLUG"
-f
only
:
-
/^develop-.*/
-
develop
...
...
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