Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
fresh
Commits
9a9285dd1ec1
Commit
62568c29
authored
Apr 28, 2021
by
Simon Chabot
Browse files
refactor: gitlab-templates have been renamed
parent
b290e7c63c6d
Pipeline
#53716
failed with stages
in 9 minutes and 2 seconds
Changes
2
Pipelines
8
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9a9285dd
image
:
python:3.7
include
:
-
project
:
"
open-source/gitlab-templates"
-
project
:
"
open-source/gitlab-
ci-
templates"
ref
:
"
branch/default"
file
:
# the stages are:
-
"
templates/no-duplicate-pipelines.yml"
# no stage
-
"
templates/docker-
build
.yml"
# test and publish
-
"
templates/release-on-heptapod.yml"
# release
-
"
templates/
publish
-pypi.yml"
# release
file
:
# the stages are:
-
"
templates/no-duplicate
d-ci
-pipelines.yml"
# no stage
-
"
templates/
build-
docker-
image
.yml"
# test and publish
-
"
templates/
create-
release-on-heptapod.yml"
# release
-
"
templates/
upload-to
-pypi.yml"
# release
stages
:
-
test
...
...
Dockerfile
View file @
9a9285dd
...
...
@@ -9,4 +9,5 @@ RUN chown -R cubicweb: /etc/cubicweb.d
USER
cubicweb
ENV
WITH_TRUSTEDAUTH=false
ENV
CW_INSTANCE=fresh
RUN
docker-cubicweb-helper create-instance
RUN
pip freeze
RUN
cubicweb-ctl create fresh instance
--automatic
--no-db-create
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