Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ubl
amsl
Deployment
Images
okapi
Commits
2d6be7e3
Commit
2d6be7e3
authored
Apr 27, 2020
by
Steffen Köhler
Browse files
Removed error in .gitlab-ci.yml
parent
5c75d630
Pipeline
#5931
passed with stages
in 1 minute and 28 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2d6be7e3
...
...
@@ -34,6 +34,7 @@ docker_build:
changes
:
-
Dockerfile
-
assets/**/*
-
.gitlab-ci.yml
docker_publish_alpha
:
stage
:
publish
...
...
@@ -56,6 +57,7 @@ docker_publish_alpha:
-
branches
changes
:
-
Dockerfile
-
.gitlab-ci.yml
-
assets/**/*
except
:
-
master
...
...
@@ -70,7 +72,7 @@ docker_publish_staging:
--input image.tar.gz \
--docker-config "${DOCKER_STAGING_AUTH_CONFIG}" \
--name ${staging_repo} \
--tag ${OKAPI_VERSION}
--tag ${OKAPI_VERSION}
\
--tag staging
dependencies
:
-
docker_build
...
...
@@ -82,6 +84,7 @@ docker_publish_staging:
changes
:
-
Dockerfile
-
assets/**/*
-
.gitlab-ci.yml
## Pipeline to publish to docker-hub. Disabled at the moment.
#docker_publish_production:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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