Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ESAP API Gateway
Manage
Activity
Members
Labels
Plan
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON SDC
ESCAPE WP5
ESAP API Gateway
Commits
ad947f38
Commit
ad947f38
authored
3 years ago
by
Klaas Kliffen
Browse files
Options
Downloads
Patches
Plain Diff
Add build for brances
parent
3d0738ae
Branches
feature/ida-dekstop-records
No related tags found
No related merge requests found
Pipeline
#30944
passed
3 years ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+17
-1
17 additions, 1 deletion
.gitlab-ci.yml
with
17 additions
and
1 deletion
.gitlab-ci.yml
+
17
−
1
View file @
ad947f38
...
...
@@ -2,6 +2,23 @@ stages:
-
build
-
deploy
docker-build-branches
:
# Official docker image.
image
:
docker:latest
stage
:
build
services
:
-
docker:dind
before_script
:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE" esap
except
:
-
master
-
acceptance
-
release
-
adex-main-xxx
-
adex-main
docker-build-master
:
# Official docker image.
image
:
docker:latest
...
...
@@ -94,4 +111,3 @@ docker-deploy-acceptance:
when
:
manual
only
:
-
acceptance
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment