Commit ad19ca34 authored by Holger Levsen's avatar Holger Levsen
Browse files

haskell-package-plan: manually clone git repo as we're runnign remote now

parent 6f1f94b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,6 +75,6 @@
        - '{name}':
            my_distro: 'sid'
            my_pkgs: 'cabal-install ghc dctrl-tools patchutils libtext-patch-perl libfile-slurp-perl  libipc-run-perl liblist-moreutils-perl libdpkg-perl'
            my_shell: 'export http_proxy=http://localhost:3128; cabal update ; ./test-packages.pl'      # the job runs on pb10 and that node runs a proxy
            my_shell: 'export http_proxy=http://localhost:3128; git clone https://salsa.debian.org/haskell-team/package-plan.git ; cd package-plan ; cabal update ; ./test-packages.pl'      # the job runs on pb10 and that node runs a proxy
            my_description: 'Haskell Metadata sanity checks'
            my_recipients: 'jenkins+debian-haskell qa-jenkins-scm@lists.alioth.debian.org pkg-haskell-maintainers@lists.alioth.debian.org'