Skip to content
Snippets Groups Projects
Unverified Commit 32ceb573 authored by Martin Weise's avatar Martin Weise
Browse files

Removed the py cache, authentication

parent abf591f7
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -3,20 +3,23 @@ site/ ...@@ -3,20 +3,23 @@ site/
tmp/ tmp/
node_modules/ node_modules/
*.bkp *.bkp
swagger/**/docs/*.md
## Cache
**/__pycache__/**
# API # API
./swagger/api-analyse/ swagger/**/docs/*.md
./swagger/api-container/ swagger/api-analyse/
./swagger/api-database/ swagger/api-container/
./swagger/api-document/ swagger/api-database/
./swagger/api-identifier/ swagger/api-document/
./swagger/api-metadata/ swagger/api-identifier/
./swagger/api-query/ swagger/api-metadata/
./swagger/api-table/ swagger/api-query/
./swagger/api-units/ swagger/api-table/
swagger/api-units/
# Keys
## Keys
id_rsa id_rsa
## macOS ## macOS
......
...@@ -37,4 +37,4 @@ deploy-dockerhub-docs: ...@@ -37,4 +37,4 @@ deploy-dockerhub-docs:
refs: refs:
- master - master
script: script:
- make docs - DOCKER_USERNAME="${DOCKER_USERNAME}" DOCKER_PASSWORD="${DOCKER_PASSWORD}" make docs
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment