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
b3e5af0f
Commit
b3e5af0f
authored
Nov 16, 2021
by
Vlad Dumitru
Browse files
nope that was the old syntax, maybe this will work
parent
20c6fc85
Pipeline
#6043
passed with stages
in 2 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b3e5af0f
...
...
@@ -7,8 +7,8 @@ build-frontend:
image
:
node:latest
tags
:
-
docker
only
:
-
develop
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
"
develop
"'
before_script
:
-
npm i -g elm sass
script
:
...
...
@@ -27,8 +27,8 @@ build-binaries:
image
:
ocamlpro/ocaml:4.12
tags
:
-
docker
only
:
-
develop
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
"
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