Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vlad Dumitru
speechcake
Commits
20c6fc85
Commit
20c6fc85
authored
Nov 16, 2021
by
Vlad Dumitru
Browse files
Only run CI pipeline for the develop branch
parent
f1f214eb
Pipeline
#6041
passed with stages
in 2 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
20c6fc85
...
...
@@ -7,6 +7,8 @@ build-frontend:
image
:
node:latest
tags
:
-
docker
only
:
-
develop
before_script
:
-
npm i -g elm sass
script
:
...
...
@@ -25,6 +27,8 @@ build-binaries:
image
:
ocamlpro/ocaml:4.12
tags
:
-
docker
only
:
-
develop
before_script
:
-
sudo apk add bash openssl-libs-static
script
:
...
...
Write
Preview
Supports
Markdown
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