diff --git a/.circleci/config.yml b/.circleci/config.yml index dd2ab5f..ab546fc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,4 +8,5 @@ jobs: steps: - checkout - run: git submodule update --init - - run: pacman -Sy yaourt puppet --noconfirm + - run: cat .circleci/pacman.conf >> /etc/pacman.conf + - run: pacman -Syu yaourt puppet --noconfirm diff --git a/.circleci/pacman.conf b/.circleci/pacman.conf new file mode 100644 index 0000000..d43278e --- /dev/null +++ b/.circleci/pacman.conf @@ -0,0 +1,3 @@ +[archlinuxfr] +SigLevel = Never +Server = http://repo.archlinux.fr/$arch