Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
OCamlPro
www
Commits
b71bcc75
Commit
b71bcc75
authored
Nov 22, 2021
by
Dario Pinto
Browse files
Merge branch 'use-marvin' into 'master'
Switch dev deployments to marvin See merge request
!94
parents
d212337c
0069d99c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
13 deletions
+1
-13
.gitlab-ci.yml
.gitlab-ci.yml
+1
-13
No files found.
.gitlab-ci.yml
View file @
b71bcc75
stages
:
-
build
-
image
-
deploy
# Define some conditions to run the whole pipeline
workflow
:
rules
:
-
if
:
$CI_MERGE_REQUEST_ID
# Run on MRs
-
if
:
$CI_COMMIT_TAG
# Run on tags
-
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
# Run on master
# Customize the build rules and the artifacts here. You probably want to adjust
# "opam.locked"
# We define a cache in order to keep the switch with the dependencies installed,
...
...
@@ -37,7 +25,7 @@ build:
include
:
-
project
:
'
OCamlPro/gitlab-deployments'
ref
:
ma
ster
ref
:
ma
rvin
file
:
deploy.yml
# Builds and pushes the Docker image using Kaniko
...
...
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