From 637a001e0eed0dfbc7c0c75256d347851c6c8020 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Tue, 12 Mar 2024 11:20:55 +0000 Subject: [PATCH] Update CI files [noissue] --- .github/template_gitref | 2 +- .github/workflows/scripts/install.sh | 2 +- docs/template_gitref | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/template_gitref b/.github/template_gitref index 0b278b207e..8b7135e446 100644 --- a/.github/template_gitref +++ b/.github/template_gitref @@ -1 +1 @@ -2021.08.26-319-ga283c28 +2021.08.26-320-g4fd782b diff --git a/.github/workflows/scripts/install.sh b/.github/workflows/scripts/install.sh index 079baa4518..127c907262 100755 --- a/.github/workflows/scripts/install.sh +++ b/.github/workflows/scripts/install.sh @@ -137,7 +137,7 @@ if [ "${PULP_API_ROOT:-}" ]; then sed -i -e '$a api_root: "'"$PULP_API_ROOT"'"' vars/main.yaml fi -pulp config create --base-url https://pulp --api-root "$PULP_API_ROOT" +pulp config create --base-url https://pulp --api-root "$PULP_API_ROOT" --username "admin" --password "password" if [[ "$TEST" != "docs" ]]; then cp ~/.config/pulp/cli.toml "${REPO_ROOT}/../pulp-cli/tests/cli.toml" fi diff --git a/docs/template_gitref b/docs/template_gitref index 0b278b207e..8b7135e446 100644 --- a/docs/template_gitref +++ b/docs/template_gitref @@ -1 +1 @@ -2021.08.26-319-ga283c28 +2021.08.26-320-g4fd782b