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
melodic-upperware
Commits
6d27c0c2
Commit
6d27c0c2
authored
Mar 31, 2021
by
Alicja Reniewicz
Browse files
dependencies for new solver builds
parent
37a85ac0
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6d27c0c2
...
...
@@ -664,6 +664,7 @@ deploy:gen-solver:
-
$DOCKER_DIND_SERVICE
dependencies
:
-
build:cp-solver
-
deploy:cp-parser
script
:
-
$DOCKER_CLI $GEN_SOLVER_CLI -Ddocker.imagePrefix=melodic/ clean install
-
echo "$K8S_SECRET_DOCKER_PASSWORD" | docker login $CI_REGISTRY -u $K8S_SECRET_DOCKER_USER --password-stdin
...
...
@@ -711,6 +712,7 @@ deploy:nc-solver:
-
$DOCKER_DIND_SERVICE
dependencies
:
-
build:cp-solver
-
deploy:cp-parser
script
:
-
$DOCKER_CLI $NC_SOLVER_CLI -Ddocker.imagePrefix=melodic/ clean install
-
echo "$K8S_SECRET_DOCKER_PASSWORD" | docker login $CI_REGISTRY -u $K8S_SECRET_DOCKER_USER --password-stdin
...
...
@@ -728,6 +730,7 @@ deploy:pt-solver:
-
$DOCKER_DIND_SERVICE
dependencies
:
-
build:cp-solver
-
deploy:cp-parser
script
:
-
$DOCKER_CLI $PT_SOLVER_CLI -Ddocker.imagePrefix=melodic/ clean install
-
echo "$K8S_SECRET_DOCKER_PASSWORD" | docker login $CI_REGISTRY -u $K8S_SECRET_DOCKER_USER --password-stdin
...
...
@@ -745,6 +748,7 @@ deploy:mcts-solver:
-
$DOCKER_DIND_SERVICE
dependencies
:
-
build:cp-solver
-
deploy:cp-parser
script
:
-
$DOCKER_CLI $MCTS_SOLVER_CLI -Ddocker.imagePrefix=melodic/ clean install
-
echo "$K8S_SECRET_DOCKER_PASSWORD" | docker login $CI_REGISTRY -u $K8S_SECRET_DOCKER_USER --password-stdin
...
...
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