Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aae699b4dd | |||
| 5588bf3878 | |||
| 3ee7eaf490 | |||
| cb45735c48 | |||
| 4df574277e | |||
| d1c8d97200 |
@@ -0,0 +1,29 @@
|
|||||||
|
badges:
|
||||||
|
image: python:3.9
|
||||||
|
stage: deploy
|
||||||
|
variables:
|
||||||
|
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
|
||||||
|
PRIVATE_TOKEN: $ACCESS_TOKEN
|
||||||
|
cache:
|
||||||
|
key: badges
|
||||||
|
paths:
|
||||||
|
- .cache/pip
|
||||||
|
- venv/
|
||||||
|
before_script:
|
||||||
|
- python -V
|
||||||
|
- pip install virtualenv
|
||||||
|
- virtualenv venv
|
||||||
|
- source venv/bin/activate
|
||||||
|
script:
|
||||||
|
- pip install badges-gitlab
|
||||||
|
- badges-gitlab -V
|
||||||
|
- badges-gitlab
|
||||||
|
artifacts:
|
||||||
|
when: always
|
||||||
|
paths:
|
||||||
|
- public/badges/*.svg
|
||||||
|
expire_in: 3 months
|
||||||
|
rules:
|
||||||
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
|
when: always
|
||||||
|
allow_failure: true
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2021 john Bigoudops
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -2,5 +2,9 @@
|
|||||||
|
|
||||||
this is a drawing schema for make a backup
|
this is a drawing schema for make a backup
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
[](https://discordapp.com/invite/EaK7DNsqwB)
|
||||||
|
[](https://reddit.com/r/apdm)
|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
Reference in New Issue
Block a user