Skip to content

Commit

Permalink
Merge branch 'master' into release/v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi committed May 29, 2020
2 parents f8458ce + 2f9a573 commit 3f9ff9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: conan remote add osp https://osp-conan.azurewebsites.net/artifactory/api/conan/public --force
- name: Conan create
run: |
BRANCH=${GITHUB_REF#refs/heads/}
BRANCH=${GITHUB_REF#refs/*/}
SHORT_BRANCH=${BRANCH:0:50}
CHANNEL=${SHORT_BRANCH//\//_}
conan create -s build_type=${{ matrix.build_type }} -s compiler.version=${{ matrix.compiler_version }} -s compiler.libcxx=${{ matrix.compiler_libcxx }} -o libcosim:${{ matrix.option_fmuproxy }} --build missing . osp/${CHANNEL}
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Conan create
shell: bash
run: |
BRANCH=${GITHUB_REF#refs/heads/}
BRANCH=${GITHUB_REF#refs/*/}
SHORT_BRANCH=${BRANCH:0:50}
CHANNEL=${SHORT_BRANCH//\//_}
conan create -s build_type=${{ matrix.build_type }} -s compiler.version=${{ matrix.compiler_version }} -o libcosim:${{ matrix.option_fmuproxy }} . osp/${CHANNEL}
Expand Down

0 comments on commit 3f9ff9d

Please sign in to comment.