File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,10 @@ pipeline {
3939 sh ' uv sync --locked --only-group gdal-build-dependencies'
4040 sh ' uv sync --locked'
4141 sh ' uv run pybabel compile -d sketch_map_tool/translations'
42- sh ' wget --quiet -P weights https://sketch-map-tool.heigit.org/weights/SMT-OSM.pt'
43- sh ' wget --quiet -P weights https://sketch-map-tool.heigit.org/weights/SMT-ESRI.pt'
44- sh ' wget --quiet -P weights https://sketch-map-tool.heigit.org/weights/SMT-CLS.pt'
42+ sh ' wget --quiet -P weights https://downloads.ohsome.org/sketch-map-tool/weights/SMT-OSM.pt'
43+ sh ' wget --quiet -P weights https://downloads.ohsome.org/sketch-map-tool/weights/SMT-ESRI.pt'
44+ sh ' wget --quiet -P weights https://downloads.ohsome.org/sketch-map-tool/weights/SMT-CLS.pt'
45+ sh ' wget --quiet -P weights https://downloads.ohsome.org/sketch-map-tool/weights/SMT-SAM.pt'
4546 }
4647 }
4748 post {
You can’t perform that action at this time.
0 commit comments