Skip to content
Snippets Groups Projects

Resolve "Improve pipeline speed"

Merged Ghost User requested to merge 126-improve-pipeline-speed into develop
Compare and Show latest version
2 files
+ 2
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -54,6 +54,7 @@ containerlab:deploy:
- .containerlab_template
- .containerlab_rules
stage: apply
needs: ["containerlab:template", ".build"]
script:
- sudo containerlab deploy --topo ${CI_PROJECT_DIR}/${CLAB_NAME}.clab.yml --reconfigure
- echo "GOSDN_HTTP_PORT=$(docker inspect -f '{{ (index (index .NetworkSettings.Ports "8080/tcp") 0).HostPort }}' clab-${CLAB_NAME}-gosdn)" >> ${CI_PROJECT_DIR}/build.env
Loading