diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-06 10:09:59 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-06 10:09:59 +0200 |
commit | 8512ad2643573658335965df565ffe42fcfba72e (patch) | |
tree | 2555c4f15ae170ccaef0652d981cb4636ba6ac04 | |
parent | 62efec566c3e89bfb4d57297e504531141259546 (diff) | |
download | rpm-package-builder-8512ad2643573658335965df565ffe42fcfba72e.tar.gz |
add ci
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..ff1ab9e --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,3 @@ +include: + - project: 'kraxel/podman-docker-builder' + file: 'gitlab-ci-template.yml' |