game-of-death

antagonistic game of life  https://xi.github.io/game-of-death/
git clone https://git.ce9e.org/game-of-death.git

commit
8ff048e20403d9b257e74723762c7b4465218530
parent
038e59ce0c4d61a62cbe27a98f462225375dc311
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-11-01 19:34
rm defunct gitlab-ci

Diffstat

D .gitlab-ci.yml 11 -----------

1 files changed, 0 insertions, 11 deletions


diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml

@@ -1,11 +0,0 @@
    1    -1 pages:
    2    -1   stage: deploy
    3    -1   script:
    4    -1   - mkdir .public
    5    -1   - cp -r * .public
    6    -1   - mv .public public
    7    -1   artifacts:
    8    -1     paths:
    9    -1     - public
   10    -1   only:
   11    -1   - master