From e4cd94d15d114988855b6e7911440e80c3dcc425 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 27 Aug 2023 02:32:14 +0000 Subject: [PATCH] Update CI files [noissue] --- .github/template_gitref | 2 +- .github/workflows/scripts/install.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/template_gitref b/.github/template_gitref index 0459ba4a6..f00523f05 100644 --- a/.github/template_gitref +++ b/.github/template_gitref @@ -1 +1 @@ -2021.08.26-241-g9cfc63e +2021.08.26-243-g0b216b2 diff --git a/.github/workflows/scripts/install.sh b/.github/workflows/scripts/install.sh index ad993b12d..585e4c539 100755 --- a/.github/workflows/scripts/install.sh +++ b/.github/workflows/scripts/install.sh @@ -65,13 +65,14 @@ services: - ../../../pulp-openapi-generator:/root/pulp-openapi-generator env: PULP_WORKERS: "4" + PULP_HTTPS: "true" VARSYAML cat >> vars/main.yaml << VARSYAML pulp_settings: {"allowed_content_checksums": ["sha1", "sha224", "sha256", "sha384", "sha512"], "allowed_export_paths": ["/tmp"], "allowed_import_paths": ["/tmp"], "orphan_protection_time": 0} pulp_scheme: https -pulp_container_tag: https +pulp_container_tag: "latest" VARSYAML