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
osh
Commits
7080705c
Unverified
Commit
7080705c
authored
Oct 07, 2021
by
zapashcanon
Browse files
fix CI
parent
43b51c24
Pipeline
#15897
passed with stages
in 8 minutes and 40 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
No files found.
.gitlab-ci.yml
View file @
7080705c
...
...
@@ -30,10 +30,10 @@ build:
script
:
-
opam exec -- dune build --profile release @all
-
opam exec -- dune runtest
-
mv _build/default/src/
server
.exe .
-
mv _build/default/src/
osh
.exe .
artifacts
:
paths
:
-
server
.exe
-
osh
.exe
include
:
-
project
:
'
OCamlPro/gitlab-deployments'
...
...
@@ -53,7 +53,7 @@ make-image:
-
|
echo "\
FROM bitnami/nginx:latest
ADD
server
.exe /opt/bitnami/nginx/sbin/nginx
ADD
osh
.exe /opt/bitnami/nginx/sbin/nginx
USER 0
RUN apt update && apt install -yqq libev4 curl libcurl4 libcurl4-gnutls-dev
USER 1001
...
...
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