Skip to content
Snippets Groups Projects
Commit 52b7b1df authored by Sebastian Ebert's avatar Sebastian Ebert
Browse files

disabled publish CI

parent 154bdaa4
No related branches found
No related tags found
1 merge request!11Merge/dev to fork master merge
...@@ -22,22 +22,22 @@ build: ...@@ -22,22 +22,22 @@ build:
paths: paths:
- "/builds/jastadd/ragconnect/build/libs/ragconnect-*.jar" - "/builds/jastadd/ragconnect/build/libs/ragconnect-*.jar"
publish: #publish:
image: openjdk:11 # image: openjdk:11
stage: publish # stage: publish
script: # script:
- "./gradlew publish" # - "./gradlew publish"
only: # only:
- master # - master
pages: #pages:
image: python:3.7-alpine # image: python:3.7-alpine
stage: publish # stage: publish
script: # script:
- pip install -U sphinx sphinx-rtd-theme recommonmark sphinxemoji sphinx-markdown-tables # - pip install -U sphinx sphinx-rtd-theme recommonmark sphinxemoji sphinx-markdown-tables
- sphinx-build -b html pages/ public # - sphinx-build -b html pages/ public
artifacts: # artifacts:
paths: # paths:
- public # - public
only: # only:
- master # - master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment