From 171d6485502265fe825dbdb83f047f59f6d4dd5d Mon Sep 17 00:00:00 2001 From: "Lars T. Kyllingstad" Date: Wed, 8 Nov 2023 15:11:58 +0100 Subject: [PATCH] Don't use user/channel names for the Conan package --- .github/workflows/ci-conan.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index aae7e3e..dc5be88 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -3,19 +3,10 @@ name: conan-fmilibrary CI Conan # This workflow is triggered on pushes to the repository. on: [push, workflow_dispatch] -env: - CONAN_LOGIN_USERNAME_OSP: ${{ secrets.osp_artifactory_usr }} - CONAN_PASSWORD_OSP: ${{ secrets.osp_artifactory_pwd }} - CONAN_REVISIONS_ENABLED: 1 - CONAN_NON_INTERACTIVE: True - jobs: conan-on-linux: name: Conan runs-on: ubuntu-latest - env: - CC: gcc-${{ matrix.compiler_version }} - CXX: g++-${{ matrix.compiler_version }} strategy: fail-fast: false matrix: @@ -43,15 +34,7 @@ jobs: set -eu cd /mnt/source conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local --force - REFNAME="${GITHUB_REF#refs/*/}" - VERSION="v$(