Skip to content
Snippets Groups Projects
Commit aab93882 authored by Matthias Stefan Bodenbenner's avatar Matthias Stefan Bodenbenner
Browse files

Merge remote-tracking branch 'origin/master'

parents 7fcd21e8 9b320c70
Branches
No related tags found
No related merge requests found
Pipeline #149694 failed
stages: stages:
- deploy
- build - build
- push - push
- deploy
Build Wheel: Build Wheel:
image: python:3.9 image: python:3.9
...@@ -33,16 +33,8 @@ Push Wheel to Package Registry: ...@@ -33,16 +33,8 @@ Push Wheel to Package Registry:
- python -m twine upload -u gitlab-ci-token -p $CI_JOB_TOKEN --verbose --repository-url https://git-ce.rwth-aachen.de/api/v4/projects/${CI_PROJECT_ID}/packages/pypi dist/* - python -m twine upload -u gitlab-ci-token -p $CI_JOB_TOKEN --verbose --repository-url https://git-ce.rwth-aachen.de/api/v4/projects/${CI_PROJECT_ID}/packages/pypi dist/*
Build Documentation: Build Documentation:
# image: docker:20.10
# stage: build
# only:
# - master
# tags:
# - frodo
# script:
# - docker build -t ${CI_REGISTRY}/${CI_PROJECT_PATH} .
image: python:3.9 image: python:3.9
stage: build stage: deploy
tags: tags:
- frodo - frodo
only: only:
...@@ -56,28 +48,3 @@ Build Documentation: ...@@ -56,28 +48,3 @@ Build Documentation:
artifacts: artifacts:
paths: paths:
- public - public
#Push Documentation:
# image: docker:20.10
# stage: push
# only:
# - master
# tags:
# - frodo
# script:
# - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
# - docker push ${CI_REGISTRY}/${CI_PROJECT_PATH}:latest
#Deploy Documentation:
# stage: deploy
# only:
# - master
# tags:
# - sam
# needs: ["Push Documentation"]
# script:
# - ls
# - docker stop documentation-mqtt
# - docker container rm documentation-mqtt
# - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
# - docker-compose up -d
...@@ -6,6 +6,7 @@ Current stable version: 2.5.0 ...@@ -6,6 +6,7 @@ Current stable version: 2.5.0
## Documentation ## Documentation
For the full API documentation, view [https://iot.wzl-mq.rwth-aachen.de/documentation/libs/mqtt/](https://iot.wzl-mq.rwth-aachen.de/documentation/libs/mqtt/). For the full API documentation, view [https://iot.wzl-mq.rwth-aachen.de/documentation/libs/mqtt/](https://iot.wzl-mq.rwth-aachen.de/documentation/libs/mqtt/).
For using the MQTT Broker of the chair and department specific features, refer to the [internal documention](https://iot.wzl-mq.rwth-aachen.de/documentation/mqtt.html). For using the MQTT Broker of the chair and department specific features, refer to the [internal documention](https://iot.wzl-mq.rwth-aachen.de/documentation/mqtt.html).
## Installation ## Installation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment