Skip to content

Commit

Permalink
Force uploads from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kyllingstad committed Nov 20, 2023
1 parent 4b13199 commit 7d16be8
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 @@ -36,7 +36,7 @@ jobs:
cd build
conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local --force
conan create -s build_type=${{ matrix.build_type }} -s compiler.libcxx=libstdc++11 -o "libcosim/*:${{ matrix.option_shared }}" -b missing .
conan upload --confirm --remote=osp 'fmilibrary*'
conan upload --confirm --force --remote=osp 'fmilibrary*'
EOF
chmod 0755 /tmp/osp-builder-docker/entrypoint.sh
- name: Build Docker image
Expand Down Expand Up @@ -69,4 +69,4 @@ jobs:
- run: conan profile detect
- run: conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local --force
- run: conan create -s build_type=${{ matrix.build_type }} -o fmilibrary/*:${{ matrix.option_shared }} .
- run: conan upload -c -r osp 'fmilibrary*'
- run: conan upload --confirm --force --remote=osp 'fmilibrary*'

0 comments on commit 7d16be8

Please sign in to comment.