Skip to content

Commit

Permalink
Fix CircleCI retry
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Jun 16, 2019
1 parent 26c7f91 commit a1065ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Expand Up @@ -35,7 +35,9 @@ jobs:
until bash <(curl https://nixos.org/nix/install)
do
echo "Nix install failed, retrying"
rm -rf /nix
sudo rm -rf /nix
sudo mkdir -p /nix
sudo chown circleci /nix
done
echo '. /home/circleci/.nix-profile/etc/profile.d/nix.sh' >> $BASH_ENV
Expand Down

0 comments on commit a1065ac

Please sign in to comment.