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

Update .gitlab-ci.yml

parent 9ec6b072
No related branches found
No related tags found
No related merge requests found
Pipeline #149690 canceled
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment