Skip to content

Commit c87bcb8

Browse files
pulpbotlubosmj
authored andcommitted
Update CI files
[noissue]
1 parent 9dc6292 commit c87bcb8

File tree

11 files changed

+5
-507
lines changed

11 files changed

+5
-507
lines changed

.github/template_gitref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2021.08.26-349-gba81617
1+
2021.08.26-351-g4e8a1a7

.github/workflows/changelog.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

.github/workflows/nightly.yml

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -65,55 +65,3 @@ jobs:
6565
branch: "changelog/update"
6666
delete-branch: true
6767
path: "pulp_ostree"
68-
69-
publish:
70-
runs-on: ubuntu-latest
71-
needs: test
72-
73-
steps:
74-
- uses: "actions/checkout@v4"
75-
with:
76-
fetch-depth: 1
77-
path: "pulp_ostree"
78-
79-
- uses: actions/download-artifact@v4
80-
with:
81-
name: "plugin_package"
82-
path: "pulp_ostree/dist/"
83-
84-
- uses: "actions/setup-python@v5"
85-
with:
86-
python-version: "3.11"
87-
88-
- name: "Install python dependencies"
89-
run: |
90-
echo ::group::PYDEPS
91-
pip install requests 'packaging~=21.3' mkdocs pymdown-extensions 'Jinja2<3.1'
92-
echo ::endgroup::
93-
94-
- name: "Set environment variables"
95-
run: |
96-
echo "TEST=${{ matrix.env.TEST }}" >> $GITHUB_ENV
97-
98-
- name: Download built docs
99-
uses: actions/download-artifact@v4
100-
with:
101-
name: "docs.tar"
102-
path: "pulp_ostree"
103-
104-
- name: Download Python client docs
105-
uses: actions/download-artifact@v4
106-
with:
107-
name: "python-client-docs.tar"
108-
path: "pulp_ostree"
109-
110-
- name: "Setting secrets"
111-
run: |
112-
python3 .github/workflows/scripts/secrets.py "$SECRETS_CONTEXT"
113-
env:
114-
SECRETS_CONTEXT: "${{ toJson(secrets) }}"
115-
116-
- name: Publish docs to pulpproject.org
117-
run: |
118-
tar -xvf docs.tar -C ./docs
119-
.github/workflows/scripts/publish_docs.sh nightly ${GITHUB_REF##*/}

.github/workflows/publish.yml

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -137,52 +137,6 @@ jobs:
137137
- name: "Publish client to rubygems"
138138
run: |
139139
bash .github/workflows/scripts/publish_client_gem.sh ${{ github.ref_name }}
140-
publish-docs:
141-
runs-on: "ubuntu-latest"
142-
needs:
143-
- "build"
144-
145-
env:
146-
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
147-
148-
steps:
149-
- uses: "actions/checkout@v4"
150-
with:
151-
fetch-depth: 1
152-
path: "pulp_ostree"
153-
154-
- uses: "actions/setup-python@v5"
155-
with:
156-
python-version: "3.11"
157-
158-
- name: "Install python dependencies"
159-
run: |
160-
echo ::group::PYDEPS
161-
pip install 'packaging~=21.3' requests
162-
echo ::endgroup::
163-
164-
- name: "Setting secrets"
165-
run: |
166-
python3 .github/workflows/scripts/secrets.py "$SECRETS_CONTEXT"
167-
env:
168-
SECRETS_CONTEXT: "${{ toJson(secrets) }}"
169-
170-
- name: "Download built docs"
171-
uses: "actions/download-artifact@v4"
172-
with:
173-
name: "docs.tar"
174-
path: "pulp_ostree/"
175-
176-
- name: "Download Python client docs"
177-
uses: "actions/download-artifact@v4"
178-
with:
179-
name: "python-client-docs.tar"
180-
path: "pulp_ostree/"
181-
182-
- name: "Publish docs to pulpproject.org"
183-
run: |
184-
tar -xvf docs.tar
185-
.github/workflows/scripts/publish_docs.sh tag ${{ github.ref_name }}
186140
187141
create-gh-release:
188142
runs-on: "ubuntu-latest"
@@ -191,7 +145,6 @@ jobs:
191145
- "publish-package"
192146
- "publish-python-bindings"
193147
- "publish-ruby-bindings"
194-
- "publish-docs"
195148

196149
steps:
197150
- name: "Create release on GitHub"

0 commit comments

Comments
 (0)