Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gateway
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Bioinformatics
gateway
Commits
c942dbe7
Commit
c942dbe7
authored
1 year ago
by
xkoloma1
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
7d2a959e
Branches
Branches containing commit
1 merge request
!1
Draft: Resolve "Extrahovat Gateway z projketu dna-analyser"
Pipeline
#158688
failed with stages
Stage:
Stage:
Stage:
in 1 minute and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-5
3 additions, 5 deletions
.gitlab-ci.yml
with
3 additions
and
5 deletions
.gitlab-ci.yml
+
3
−
5
View file @
c942dbe7
variables
:
SPRING_PROFILES_ACTIVE
:
gitlab
DOCKER_HOST
:
$DOCKER_HOST_BIO
IMAGE_TAG
:
$CI_COMMIT_TAG
#services:
# - docker:dind
...
...
@@ -60,9 +58,9 @@ docker-build:
stage
:
build
image
:
docker:git
script
:
-
echo $
IMAGE
_TAG
-
docker build -t $DOCKER_NAMESPACE/gateway:$
IMAGE
_TAG .
-
docker save -o build/image.tar $DOCKER_NAMESPACE/gateway:$
IMAGE
_TAG
-
echo $
CI_COMMIT
_TAG
-
docker build -t $DOCKER_NAMESPACE/gateway:$
CI_COMMIT
_TAG .
-
docker save -o build/image.tar $DOCKER_NAMESPACE/gateway:$
CI_COMMIT
_TAG
# ===========================================================================
# Stage: test
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment