Commit 7b7238f7 authored by Hermann Krumrey's avatar Hermann Krumrey
Browse files

Integrate ci-scripts

parent 2018ae2f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
.idea/
*.iml
+8 −7
Original line number Diff line number Diff line
stages:
  - mirror
  - stats

github_mirror:
  stage: mirror
gitstats:
  stage: stats
  tags:
    - github_namboy94_push
    - python3
    - gitstats
    - progstats
  script:
    - git checkout master
    - git pull
    - git push git@github.com:namboy94/rock-paper-scissors.git master -f
    - python3 -m venv virtual && source virtual/bin/activate && pip install ci-scripts
    - gitstats-gen
+7 −6
Original line number Diff line number Diff line
# Rock-Paper-Scissors [![pipeline status](https://gitlab.namibsun.net/namboy94/rock-paper-scissors/badges/master/pipeline.svg)](https://gitlab.namibsun.net/namboy94/rock-paper-scissors/commits/master)
# Rock-Paper-Scissors

[![pipeline status](https://gitlab.namibsun.net/namibsun/museum/rock-paper-scissors/badges/master/pipeline.svg)](https://gitlab.namibsun.net/namibsun/museum/rock-paper-scissors/commits/master)

![Logo](resources/logo/logo-readme.png)

@@ -6,9 +8,8 @@ This is a CLI rock-paper-scissors game.

## Further Information

* [Changelog](https://gitlab.namibsun.net/namboy94/rock-paper-scissors/raw/master/CHANGELOG)
* [License (GPLv3)](https://gitlab.namibsun.net/namboy94/rock-paper-scissors/raw/master/LICENSE)
* [Gitlab](https://gitlab.namibsun.net/namboy94/rock-paper-scissors)
* [Changelog](CHANGELOG)
* [License](LICENSE)
* [Gitlab](https://gitlab.namibsun.net/namibsun/museum/rock-paper-scissors)
* [Github](https://github.com/namboy94/rock-paper-scissors)
* [Git Statistics (gitstats)](https://gitstats.namibsun.net/gitstats/rock-paper-scissors/index.html)
* [Git Statistics (git_stats)](https://gitstats.namibsun.net/git_stats/rock-paper-scissors/index.html)
* [Progstats](https://progstats.namibsun.net/projects/rock-paper-scissors)
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
/*
Copyright 2014-2017 Hermann Krumrey <hermann@krumreyh.com>
Copyright 2014 Hermann Krumrey <hermann@krumreyh.com>

This file is part of rock-paper-scissors.