Loading src/opticalattackdetector/.gitlab-ci.yml +0 −2 Original line number Diff line number Diff line Loading @@ -45,8 +45,6 @@ unit_test opticalattackdetector: stage: unit_test needs: - build opticalattackdetector - build dbscanserving - unit_test dbscanserving before_script: - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - if docker network list | grep teraflowbridge; then echo "teraflowbridge is already created"; else docker network create -d bridge teraflowbridge; fi Loading Loading
src/opticalattackdetector/.gitlab-ci.yml +0 −2 Original line number Diff line number Diff line Loading @@ -45,8 +45,6 @@ unit_test opticalattackdetector: stage: unit_test needs: - build opticalattackdetector - build dbscanserving - unit_test dbscanserving before_script: - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - if docker network list | grep teraflowbridge; then echo "teraflowbridge is already created"; else docker network create -d bridge teraflowbridge; fi Loading