Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Nomadic Labs
Albert
Commits
b50b619a
Unverified
Commit
b50b619a
authored
Jul 09, 2020
by
Raphaël Cauderlier
Browse files
Fix generartion of docker images for the dev branch
parent
3b48668b
Pipeline
#164990380
passed with stage
in 13 minutes and 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+0
-1
Dockerfile
Dockerfile
+1
-0
No files found.
.gitlab-ci.yml
View file @
b50b619a
...
...
@@ -50,7 +50,6 @@ test:docker:
-
docker build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" .
except
:
-
master
-
/dev/
publish:docker:master:
# :latest image
...
...
Dockerfile
View file @
b50b619a
...
...
@@ -8,6 +8,7 @@ RUN opam repo add coq-released https://coq.inria.fr/opam/released
RUN
opam repo add coq-extra-dev https://coq.inria.fr/opam/extra-dev
RUN
opam
install
-y
ott zarith
COPY
. .
RUN
opam pin add
-k
git
-y
--no-action
coq-mi-cho-coq https://gitlab.com/nomadic-labs/mi-cho-coq.git#dev
RUN
opam pin add
-y
--no-action
coq-albert .
RUN
opam depext
-y
coq-albert
RUN
opam
install
-y
-j
${
NJOBS
}
--deps-only
.
...
...
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