Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit ff21b46

Browse files
committed
Set plugin verisons to use for a release
[noissue]
1 parent dbb492f commit ff21b46

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.travis/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ plugins:
7575
- name: pulp-2to3-migration
7676
source: ./pulp-2to3-migration
7777
- name: pulp_file
78-
source: pulp_file
78+
source: pulp_file~=1.1.0
7979
- name: pulp_container
80-
source: pulp_container
80+
source: pulp_container~=1.4.0
8181
- name: pulp_rpm
82-
source: pulp_rpm
82+
source: pulp_rpm~=3.5.0
8383
services:
8484
- name: pulp
8585
image: "pulp:${TAG}"

template_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
additional_plugins:
55
- branch: 1.1
66
name: pulp_file
7+
pip_version_specifier: ~=1.1.0
78
- branch: 1.4
89
name: pulp_container
10+
pip_version_specifier: ~=1.4.0
911
- branch: 3.5
1012
name: pulp_rpm
13+
pip_version_specifier: ~=3.5.0
1114
black: false
1215
check_commit_message: true
1316
cherry_pick_automation: true

0 commit comments

Comments
 (0)