File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
.github/workflows/scripts Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ if [ -n "$PULP_FILE_PR_NUMBER" ]; then
9696 cd ..
9797fi
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
100100if [ -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
Original file line number Diff line number Diff line change 4040if [ -e $REPO_ROOT /../pulp-certguard ]; then
4141 PULP_CERTGUARD=./pulp-certguard
4242else
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
4444fi
4545cat >> vars/main.yaml << VARSYAML
4646image:
Original file line number Diff line number Diff line change 44additional_plugins :
55- branch : 1.3
66 name : pulp_file
7- - branch : master
7+ - branch : 1.1
88 name : pulp-certguard
99black : true
1010check_commit_message : true
You can’t perform that action at this time.
0 commit comments