Skip to content

Commit

Permalink
clean the slate
Browse files Browse the repository at this point in the history
self-hosted runners are persistent since the the internal repo installs the private artifactory when run from there, the public repo tries to use that data, but from here we don't have access to the sources. This steps ensure that the private Artifactory is unknown in the public repo
  • Loading branch information
jellespijker authored Sep 23, 2023
1 parent d263998 commit dde9384
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ jobs:
p12-file-base64: ${{ secrets.MACOS_CERT_INSTALLER_P12 }}
p12-password: ${{ secrets.MACOS_CERT_PASSPHRASE }}

- name: Remove private Artifactory
run: conan remote remove cura-conan-private

- name: Get Conan configuration
run: |
conan config install https://github.com/Ultimaker/conan-config.git
Expand Down

0 comments on commit dde9384

Please sign in to comment.