File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- 2021.08.26-3-ga529d6c
1+ 2021.08.26-5-g14d0470
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ jobs:
232232 shell : bash
233233
234234 - name : Install Ruby client
235- if : ${{ env.TEST == 'bindings' || env.TEST == 'generate-bindings' }}
235+
236236 run : .github/workflows/scripts/install_ruby_client.sh
237237 shell : bash
238238
@@ -260,7 +260,7 @@ jobs:
260260 - name : Download Ruby client
261261 uses : actions/download-artifact@v2
262262 with :
263- name : python -client.tar
263+ name : ruby -client.tar
264264
265265 - name : Untar Ruby client packages
266266 run : tar -xvf ruby-client.tar
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ cp tests/cli.toml ~/.config/pulp/cli.toml
120120cd ..
121121
122122
123- git clone --depth=1 https://github.com/pulp/pulpcore.git --branch master
123+ git clone --depth=1 https://github.com/pulp/pulpcore.git --branch 3.15
124124
125125cd pulpcore
126126
Original file line number Diff line number Diff line change 4141 tag: "${TAG} "
4242plugins:
4343 - name: pulpcore
44- source: pulpcore
44+ source: pulpcore~=3.15.0
4545 - name: pulp_python
4646 source: "${PLUGIN_NAME} "
4747services:
Original file line number Diff line number Diff line change 1- pulpcore >= 3.13
1+ pulpcore >= 3.15 , < 3.17
22pkginfo
33packaging
44bandersnatch == 4.4.0
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ publish_docs_to_pulpprojectdotorg: true
4242pulp_scheme : https
4343pulp_settings :
4444 orphan_protection_time : 0
45- pulpcore_branch : master
46- pulpcore_pip_version_specifier : null
45+ pulpcore_branch : 3.15
46+ pulpcore_pip_version_specifier : ~=3.15.0
4747pulpcore_revision : null
4848pulpprojectdotorg_key_id : null
4949pydocstyle : true
You can’t perform that action at this time.
0 commit comments