Compare commits
6 Commits
cedricAbon
...
main
Author | SHA1 | Date |
---|---|---|
John BigoudOps | aae699b4dd | |
John BigoudOps | 5588bf3878 | |
Cédric Abonnel | 3ee7eaf490 | |
John BigoudOps | cb45735c48 | |
john Bigoudops | 4df574277e | |
john Bigoudops | 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
|
||||
|
||||
![capture](src/showmybackup.drawio.png)
|
||||
|
||||
[![Join the Discord channel](https://img.shields.io/static/v1.svg?label=Join%20our%20Discord%20channel&message=🎆&color=7289DA&logo=discord&logoColor=white&labelColor=2C2F33)](https://discordapp.com/invite/EaK7DNsqwB)
|
||||
[![Join the Reddit channel](https://img.shields.io/reddit/subreddit-subscribers/apdm?style=social)](https://reddit.com/r/apdm)
|
||||
|
||||
|
||||
![capture](src/showmybackup.drawio.png)
|
Loading…
Reference in New Issue