Commit c1511a2cf7a7

Vincent Demeester <vincent@sbr.pm>
2020-05-06 08:14:20
builds: pass the source (gitlab.com)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent dbb9445
Changed files (2)
.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"
.builds/nixos.yml
@@ -1,4 +1,6 @@
 image: nixos/latest
+sources:
+  - https://gitlab.com/vdemeester/home.git
 tasks:
 - pkgs: |
     env