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
metagrid-go
Elasticsearch
Commits
59dba832
Commit
59dba832
authored
Nov 25, 2020
by
tobinski
Browse files
Use version 7.9.3
parent
f7921727
Pipeline
#6179
passed with stages
in 3 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
59dba832
...
...
@@ -19,7 +19,7 @@ push:
stage
:
build
script
:
-
docker pull $CI_REGISTRY_IMAGE:latest ||
true
-
docker build --pull --build-arg elasticsearch_version=7 -t $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA .
-
docker build --pull --build-arg elasticsearch_version=7
.9.3
-t $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA .
-
docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
# push latest on branch master
...
...
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