Skip to content
Snippets Groups Projects
Commit efd45732 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Merge branch 'develop' of ssh://gifrerenom_labs.etsi.org/tfs/controller into...

Merge branch 'develop' of ssh://gifrerenom_labs.etsi.org/tfs/controller into feat/89-cttc-extend-gnmi-openconfig-sbi-driver
parents b94c62ff 9d6942de
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!172Resolve "(CTTC) Extend gNMI-OpenConfig SBI driver"
......@@ -13,9 +13,9 @@
# limitations under the License.
# build, tag and push the Docker image to the gitlab registry
build e2eorchestrator:
build e2e_orchestrator:
variables:
IMAGE_NAME: 'e2eorchestrator' # name of the microservice
IMAGE_NAME: 'e2e_orchestrator' # name of the microservice
IMAGE_TAG: 'latest' # tag of the container image (production, development, etc)
stage: build
before_script:
......
......@@ -13,9 +13,9 @@
# limitations under the License.
# build, tag and push the Docker image to the gitlab registry
build vntmanager:
build vnt_manager:
variables:
IMAGE_NAME: 'vntmanager' # name of the microservice
IMAGE_NAME: 'vnt_manager' # name of the microservice
IMAGE_TAG: 'latest' # tag of the container image (production, development, etc)
stage: build
before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment