We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3debaa commit dcd5fc4Copy full SHA for dcd5fc4
.github/workflows/pull_request.yml
@@ -51,7 +51,7 @@ jobs:
51
matrix:
52
pulp:
53
- "3.16"
54
- - "3.18"
+ - "3.21"
55
steps:
56
# Checks-out the repository under $GITHUB_WORKSPACE, so it's accessible to the job
57
- uses: actions/checkout@v2
tests/pulp-in-one.sh
@@ -8,7 +8,7 @@ set -o pipefail
8
9
mkdir -p settings
10
11
-PULP_TAG=${PULP_TAG:3.18}
+PULP_TAG=${PULP_TAG:-"3.21"}
12
13
cat << EOF > settings/settings.py
14
CONTENT_ORIGIN='http://$(hostname):8080'
0 commit comments