From 464947b04a112bd40a199913d54ade4356791fba Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 27 Aug 2023 02:30:46 +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 0459ba4a..f00523f0 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 940d634f..3c5f12c0 100755 --- a/.github/workflows/scripts/install.sh +++ b/.github/workflows/scripts/install.sh @@ -63,13 +63,14 @@ services: - ../../../pulp-openapi-generator:/root/pulp-openapi-generator env: PULP_WORKERS: "4" + PULP_HTTPS: "true" VARSYAML cat >> vars/main.yaml << VARSYAML pulp_settings: null pulp_scheme: https -pulp_container_tag: https +pulp_container_tag: "latest" VARSYAML