From 37dcdbe7d405f114e6bea974fe78426301a59608 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Wed, 24 Jan 2024 11:40:15 +0000 Subject: [PATCH] Update CI files [noissue] --- .github/template_gitref | 2 +- .github/workflows/publish.yml | 4 ++-- .github/workflows/release.yml | 1 + .github/workflows/scripts/release.sh | 0 docs/Makefile | 2 +- docs/template_gitref | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) mode change 100644 => 100755 .github/workflows/scripts/release.sh diff --git a/.github/template_gitref b/.github/template_gitref index b5fc68def9..f6293cf73a 100644 --- a/.github/template_gitref +++ b/.github/template_gitref @@ -1 +1 @@ -2021.08.26-305-g4288910 +2021.08.26-308-gd58d154 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 49088ce85c..1d1f80eefe 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ name: "Core Publish Release" on: push: tags: - - "[0-9]+.[0-9]+.[0-9]" + - "[0-9]+.[0-9]+.[0-9]+" defaults: run: @@ -22,7 +22,7 @@ jobs: build-bindings-docs: needs: - - "build-artifacts" + - "build" runs-on: "ubuntu-latest" # Install scripts expect TEST to be set, 'docs' is most appropriate even though we don't run tests env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 359f13ef58..120f5f6f3c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,7 @@ jobs: with: fetch-depth: 0 path: "pulpcore" + token: ${{ secrets.RELEASE_TOKEN }} - uses: "actions/setup-python@v4" with: diff --git a/.github/workflows/scripts/release.sh b/.github/workflows/scripts/release.sh old mode 100644 new mode 100755 diff --git a/docs/Makefile b/docs/Makefile index e748692120..ddb5270963 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -75,7 +75,7 @@ $(BUILDDIR)/html/api.json: mkdir -p $(BUILDDIR)/html if pulp debug has-plugin --name core --specifier ">=3.44.0.dev"; \ then \ - curl --fail -o $(BUILDDIR)/html/api.json "$(PULP_V3_API_JSON_URL)?component=core,file&include_html=1"; \ + curl --fail -o $(BUILDDIR)/html/api.json "$(PULP_V3_API_JSON_URL)?component=core,file,certguard&include_html=1"; \ else \ curl --fail -o $(BUILDDIR)/html/api.json "$(PULP_V3_API_JSON_URL)?plugin=pulpcore&include_html=1"; \ fi diff --git a/docs/template_gitref b/docs/template_gitref index cbdcaaf609..f6293cf73a 100644 --- a/docs/template_gitref +++ b/docs/template_gitref @@ -1 +1 @@ -2021.08.26-302-g8bfef24-dirty +2021.08.26-308-gd58d154