Skip to content

Commit

Permalink
fix docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jul 8, 2024
1 parent b7ed263 commit 2318034
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/run-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ echo "##[endgroup]"

echo "##[group] Docker run"
docker rm -f pyqgis || true
docker run --name pyqgis /bin/bash -c "/root/pyqgis/scripts/build-docs.sh ${PACKAGE} ${CLASS} -v ${QGIS_VERSION}" \
qgis/qgis-python-api-doc:${QGIS_DOCKER_TAG}
docker run --name pyqgis \
qgis/qgis-python-api-doc:${QGIS_DOCKER_TAG} \
/bin/bash -c "/root/pyqgis/scripts/build-docs.sh ${PACKAGE} ${CLASS} -v ${QGIS_VERSION}"
echo "##[endgroup]"

echo "Copy files"
Expand Down

0 comments on commit 2318034

Please sign in to comment.