Skip to content

Commit 9d5edb6

Browse files
committed
Set pulp-certguard branch to 1.1 for compatibility reasons
[noissue]
1 parent 575f971 commit 9d5edb6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/scripts/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ if [ -n "$PULP_FILE_PR_NUMBER" ]; then
9696
cd ..
9797
fi
9898

99-
git clone --depth=1 https://github.com/pulp/pulp-certguard.git --branch master
99+
git clone --depth=1 https://github.com/pulp/pulp-certguard.git --branch 1.1
100100
if [ -n "$PULP_CERTGUARD_PR_NUMBER" ]; then
101101
cd pulp-certguard
102102
git fetch --depth=1 origin pull/$PULP_CERTGUARD_PR_NUMBER/head:$PULP_CERTGUARD_PR_NUMBER

.github/workflows/scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fi
4040
if [ -e $REPO_ROOT/../pulp-certguard ]; then
4141
PULP_CERTGUARD=./pulp-certguard
4242
else
43-
PULP_CERTGUARD=git+https://github.com/pulp/pulp-certguard.git@master
43+
PULP_CERTGUARD=git+https://github.com/pulp/pulp-certguard.git@1.1
4444
fi
4545
cat >> vars/main.yaml << VARSYAML
4646
image:

template_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
additional_plugins:
55
- branch: 1.3
66
name: pulp_file
7-
- branch: master
7+
- branch: 1.1
88
name: pulp-certguard
99
black: true
1010
check_commit_message: true

0 commit comments

Comments
 (0)