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
Melodic
morphemic-preprocessor
Commits
5a377f09
Commit
5a377f09
authored
Oct 20, 2021
by
Marta Różańska
Browse files
Merge branch 'dianajlailaty-morphemic-rc1.5-patch-80531' into 'morphemic-rc1.5'
fixing a typo See merge request
!191
parents
3e956f84
b6f68fe5
Pipeline
#16807
passed with stages
in 23 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5a377f09
...
...
@@ -266,7 +266,7 @@ deploy:prophet:
services
:
-
$DOCKER_DIND_SERVICE
script
:
-
docker build -t prophet -f ./forcasting_prophet/docker_image/Dockerfile .
-
docker build -t prophet -f ./for
e
casting_prophet/docker_image/Dockerfile .
-
docker image ls
-
echo "$K8S_SECRET_DOCKER_PASSWORD" | docker login $CI_REGISTRY -u $K8S_SECRET_DOCKER_USER --password-stdin
-
docker tag prophet:latest $CI_REGISTRY_IMAGE/prophet:$CI_COMMIT_BRANCH
...
...
@@ -281,7 +281,7 @@ deploy:gluonmachines:
services
:
-
$DOCKER_DIND_SERVICE
script
:
-
docker build -t gluonmachines -f ./forcasting_gluonts/docker_image/Dockerfile .
-
docker build -t gluonmachines -f ./for
e
casting_gluonts/docker_image/Dockerfile .
-
docker image ls
-
echo "$K8S_SECRET_DOCKER_PASSWORD" | docker login $CI_REGISTRY -u $K8S_SECRET_DOCKER_USER --password-stdin
-
docker tag gluonmachines:latest $CI_REGISTRY_IMAGE/gluonmachines:$CI_COMMIT_BRANCH
...
...
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