diff --git a/.circleci/config.yml b/.circleci/config.yml index d622fd2147..1f3dd74bd6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -128,12 +128,6 @@ jobs: steps: - checkout: path: ./hmpps-approved-premises-api -# - run: -# name: "Install nodenv" -# command: | -# sudo apt-get update -# sudo apt-get install nodejs -# node -v - run: name: Install and set Linuxbrew command: | @@ -144,7 +138,9 @@ jobs: echo 'export INFOPATH="/home/linuxbrew/.linuxbrew/share/info:$INFOPATH"' >> $BASH_ENV - run: name: "Install dependencies" - command: brew install node nodenv + command: | + export HOMEBREW_NO_INSTALL_CLEANUP=TRUE + brew install node nodenv - run: name: Clone ap-tools and UI command: |