Skip to content

Commit

Permalink
Update pip commands in Yamato config
Browse files Browse the repository at this point in the history
  • Loading branch information
mtschoen-unity committed Jul 31, 2020
1 parent 458e729 commit d14c587
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .yamato/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ editor:priming:{{ editor.version }}:{{ platform.os }}:
{{ v[0] }}: {{ v[1]}}
{% endfor %}
commands:
- pip install unity-downloader-cli --user --upgrade --extra-index-url https://artifactory.eu-cph-1.unityops.net/api/pypi/common-python/simple
- pip install unity-downloader-cli --user --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
- >
unity-downloader-cli
-u {{ editor.version }}
Expand Down Expand Up @@ -65,7 +65,7 @@ editor:priming:{{ test.name }}:{{ platform.os }}:
{{ v[0] }}: {{ v[1]}}
{% endfor %}
commands:
- pip install unity-downloader-cli --user --upgrade --extra-index-url https://artifactory.eu-cph-1.unityops.net/api/pypi/common-python/simple
- pip install unity-downloader-cli --user --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
- >
unity-downloader-cli
-u {{ test.path }}
Expand Down
8 changes: 4 additions & 4 deletions .yamato/package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ scripting_backends:
{{ v[0] }}: {{ v[1]}}
{% endfor -%}
commands:
- pip install unity-downloader-cli --upgrade --extra-index-url https://artifactory.eu-cph-1.unityops.net/api/pypi/common-python/simple
- pip install unity-downloader-cli --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
- npm install upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm -g
- unity-downloader-cli --source-file unity_revision.txt {% for component in platform.components %}-c {{ component }} {% endfor %}--wait --published-only
# TODO: upm-ci needs to support scripting backends
Expand Down Expand Up @@ -100,7 +100,7 @@ scripting_backends:
{{ v[0] }}: {{ v[1]}}
{% endfor -%}
commands:
- pip install unity-downloader-cli --upgrade --extra-index-url https://artifactory.eu-cph-1.unityops.net/api/pypi/common-python/simple
- pip install unity-downloader-cli --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
- npm install upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm -g
- unity-downloader-cli --source-file unity_revision.txt {% for component in platform.components %}-c {{ component }} {% endfor %}--wait --published-only
- >
Expand Down Expand Up @@ -143,7 +143,7 @@ scripting_backends:
{{ v[0] }}: {{ v[1]}}
{% endfor -%}
commands:
- pip install unity-downloader-cli --upgrade --extra-index-url https://artifactory.eu-cph-1.unityops.net/api/pypi/common-python/simple
- pip install unity-downloader-cli --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
- npm install upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm -g
- unity-downloader-cli --source-file unity_revision.txt {% for component in platform.components %}-c {{ component }} {% endfor %}--wait --published-only
- >
Expand Down Expand Up @@ -250,7 +250,7 @@ promotion:test:{{ test.name }}:{{ platform.os }}:{{ editor.version }}:
{% endfor -%}
UPMCI_PROMOTION: 1
commands:
- pip install unity-downloader-cli --upgrade --extra-index-url https://artifactory.eu-cph-1.unityops.net/api/pypi/common-python/simple
- pip install unity-downloader-cli --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
- unity-downloader-cli --source-file unity_revision.txt {% for component in platform.components %}-c {{ component }} {% endfor %}--wait --published-only
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- >
Expand Down

0 comments on commit d14c587

Please sign in to comment.