fix env
Some checks failed
Some checks failed
This commit is contained in:
@@ -116,7 +116,17 @@ jobs:
|
||||
PACKAGES_CHANNEL=${{ env.BRANCH_NAME_LOWER }}
|
||||
|
||||
- name: Push built packages
|
||||
run: docker run --rm -e CONAN_LOGIN_USERNAME=${{ secrets.ARTIFACTORY_USER }} -e CONAN_PASSWORD=${{ secrets.ARTIFACTORY_PASSWORD }} ${{ env.BIGFOOT_BUILDER_TAG }}:${{ env.BRANCH_NAME_LOWER }} conan upload '*' --remote=bigfootpackages --force --confirm
|
||||
env:
|
||||
ARTIFACTORY_USER: ${{ secrets.ARTIFACTORY_USER }}
|
||||
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
|
||||
BIGFOOT_BUILDER_TAG: ${{ env.BIGFOOT_BUILDER_TAG }}
|
||||
BRANCH_NAME_LOWER: ${{ env.BRANCH_NAME_LOWER }}
|
||||
run: |
|
||||
docker run --rm \
|
||||
-e CONAN_LOGIN_USERNAME=${ARTIFACTORY_USER} \
|
||||
-e CONAN_PASSWORD=${ARTIFACTORY_PASSWORD} \
|
||||
${BIGFOOT_BUILDER_TAG}:${BRANCH_NAME_LOWER} \
|
||||
conan upload '*' --remote=bigfootpackages --force --confirm
|
||||
|
||||
build-bigfootcoverage-builder:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user