mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:29:01 +02:00
Fix Conan source backups not uploading.
This commit is contained in:
parent
97432d52ad
commit
75f2c3ae72
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup-conan/action.yml
vendored
2
.github/actions/setup-conan/action.yml
vendored
|
@ -17,7 +17,7 @@ runs:
|
||||||
echo "core.sources:upload_url=https://artifactory.overte.org/artifactory/build-dependencies-backup/" >> ~/.conan2/global.conf
|
echo "core.sources:upload_url=https://artifactory.overte.org/artifactory/build-dependencies-backup/" >> ~/.conan2/global.conf
|
||||||
# Credentials for uploading backsups of dependency sources.
|
# Credentials for uploading backsups of dependency sources.
|
||||||
# source-credentials.json is a jinja template, so os.getenv() happens at runtime.
|
# source-credentials.json is a jinja template, so os.getenv() happens at runtime.
|
||||||
cat > ~/.conan2/source-credentials.json <<EOF
|
cat > ~/.conan2/source_credentials.json <<EOF
|
||||||
{% set TOKEN = os.getenv('CONAN_BUILD_DEPENDENCIES_BACKUP_UPLOAD_TOKEN') %}
|
{% set TOKEN = os.getenv('CONAN_BUILD_DEPENDENCIES_BACKUP_UPLOAD_TOKEN') %}
|
||||||
{
|
{
|
||||||
"credentials": [
|
"credentials": [
|
||||||
|
|
Loading…
Reference in a new issue