home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c1511a2cf7a787bfa89fa374968f7e64b712dbca
parent dbb9445908a0e03a1c12a7333899154dcf43db87
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  6 May 2020 08:14:20 +0200

builds: pass the source (gitlab.com)

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
M.builds/fedora.yml | 2++
M.builds/nixos.yml | 2++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/.builds/fedora.yml b/.builds/fedora.yml @@ -1,4 +1,6 @@ image: fedora/latest +sources: + - https://gitlab.com/vdemeester/home.git tasks: - hello: | echo "do something with fedora at some point" diff --git a/.builds/nixos.yml b/.builds/nixos.yml @@ -1,4 +1,6 @@ image: nixos/latest +sources: + - https://gitlab.com/vdemeester/home.git tasks: - pkgs: | env