gitlab-ci

This commit is contained in:
Marc Beninca 2019-09-12 21:08:18 +02:00
parent 3f0fd8bd37
commit 933cff5a70
2 changed files with 28 additions and 0 deletions

View File

@ -21,6 +21,7 @@ RTFD
public/firefox/index
public/git/index
public/git-bash/index
public/gitlab-ci/index
public/gitweb/index
public/gnome/index
public/gnupg/index

View File

@ -0,0 +1,27 @@
gitlab-ci
=========
* /.gitlab-ci.yml
.. code:: yaml
stages:
- test
- deploy
try:
stage: test
image: alpine:latest
script:
- ls -al ../../..
- ls -al ../..
- ls -al ..
- ls -al
pages:
stage: deploy
script:
- ls --all -l public
artifacts:
paths:
- public