Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
monticore
EmbeddedMontiArc
simulators
server
Commits
77c335e7
Commit
77c335e7
authored
Sep 27, 2019
by
hengwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Activate test in branch job
parent
ce38e862
Pipeline
#188269
failed with stages
in 6 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
.gitlab-ci.yml
.gitlab-ci.yml
+16
-16
No files found.
.gitlab-ci.yml
View file @
77c335e7
...
...
@@ -50,22 +50,22 @@ branchJobWindowsRestful:
except
:
-
master
#
branchJobLinux:
#
tags:
#
- docker
#
stage: linux
#
before_script:
#
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
#
script:
#
- cd docker
#
- ./build.sh
#
- ./run_test.sh
#
- docker tag rpc-server:latest $CI_REGISTRY_IMAGE:rpc
#
- docker tag restful-server:latest $CI_REGISTRY_IMAGE:restful
#
- docker push $CI_REGISTRY_IMAGE:rpc
#
- docker push $CI_REGISTRY_IMAGE:restful
#
except:
#
- master
branchJobLinux
:
tags
:
-
docker
stage
:
linux
before_script
:
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
script
:
-
cd docker
-
./build.sh
-
./run_test.sh
-
docker tag rpc-server:latest $CI_REGISTRY_IMAGE:rpc
-
docker tag restful-server:latest $CI_REGISTRY_IMAGE:restful
-
docker push $CI_REGISTRY_IMAGE:rpc
-
docker push $CI_REGISTRY_IMAGE:restful
except
:
-
master
# build, test and publish docker images
#masterJobLinux:
...
...
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