Unverified Commit ce893a98 authored by Mccaskey, Alex's avatar Mccaskey, Alex Committed by GitHub
Browse files

Update .gitlab-ci.yml

linux brew bottle was not running due to missing --no-cache flag
parent 9bfb12ae
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,5 +38,5 @@ docker run_brew_bottle:
  script:
  - git clone https://github.com/aide-qc/homebrew-deploy
  - cd homebrew-deploy/scripts/linux-x86_64/qcor
  - docker build --build-arg AIDEQC_ACCESS_TOKEN=$AIDEQC_ACCESS_TOKEN --build-arg JFROG_API_KEY=$JFROG_API_KEY -t qcor/brew-linux . 
  - docker build --build-arg AIDEQC_ACCESS_TOKEN=$AIDEQC_ACCESS_TOKEN --build-arg JFROG_API_KEY=$JFROG_API_KEY -t qcor/brew-linux . --no-cache