Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
simulators
server
Commits
c9bec106
Commit
c9bec106
authored
Oct 02, 2019
by
hengwen
Browse files
Optimization
parent
6d640119
Changes
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c9bec106
...
...
@@ -64,6 +64,10 @@ branchJobLinux:
before_script
:
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
script
:
# clean up
-
docker rmi montisim-server-builder
-
docker rmi rpc-server
-
docker rmi restful-server
# pull the latest RMIServer image
-
docker pull registry.git.rwth-aachen.de/monticore/embeddedmontiarc/simulators/rmimodelserver:latest
-
cd docker
...
...
docker/build.sh
View file @
c9bec106
...
...
@@ -2,8 +2,6 @@
CURR_DIR
=
$(
pwd
)
docker rmi montisim-server-builder
cd
..
docker build
-f
"
${
CURR_DIR
}
/Dockerfile"
-t
montisim-server-builder
.
...
...
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