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
0dbb4075
Commit
0dbb4075
authored
Aug 03, 2021
by
tobinski
Browse files
Update elastic search to v7.13.4
parent
c233d159
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0dbb4075
...
...
@@ -19,7 +19,7 @@ push:
stage
:
build
script
:
-
docker pull $CI_REGISTRY_IMAGE:latest ||
true
-
docker build --pull --build-arg elasticsearch_version=7.
9.3
-t $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA .
-
docker build --pull --build-arg elasticsearch_version=7.
13.4
-t $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA .
-
docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
# push latest on branch master
...
...
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