Skip to content

Commit

Permalink
Update CI for release branch
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
quba42 committed Mar 17, 2021
1 parent dd1fa14 commit e5ec95e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ cd ..



git clone --depth=1 https://github.com/pulp/pulpcore.git --branch master
git clone --depth=1 https://github.com/pulp/pulpcore.git --branch 3.10

cd pulpcore
if [ -n "$PULPCORE_PR_NUMBER" ]; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ image:
tag: "${TAG}"
plugins:
- name: pulpcore
source: pulpcore
source: pulpcore~=3.10.0
- name: pulp_deb
source: "${PLUGIN_NAME}"
services:
Expand Down
4 changes: 2 additions & 2 deletions template_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ pulp_settings:
- sha1
- sha256
- sha512
pulpcore_branch: master
pulpcore_pip_version_specifier: null
pulpcore_branch: '3.10'
pulpcore_pip_version_specifier: '~=3.10.0'
pulpprojectdotorg_key_id: aa499d7938ed
pydocstyle: true
pypi_username: pulp
Expand Down

0 comments on commit e5ec95e

Please sign in to comment.