Skip to content

Commit

Permalink
Merge pull request #58 from ccamacho/te
Browse files Browse the repository at this point in the history
Update jobs and render first GH release
  • Loading branch information
ccamacho authored Oct 21, 2020
2 parents 423c2db + 8bdb1dd commit dac76b2
Show file tree
Hide file tree
Showing 11 changed files with 2,310 additions and 12 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ on:
push:
branches:
- master
paths:
- 'docs/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Render the changelog file
run: |
GITCHANGELOG_CONFIG_FILENAME=./tools/gitchangelog.rc ./tools/gitchangelog.py > ./docs/src/changelog.rst
cat ./docs/src/changelog.rst
- uses: kubeinit/sphinx-action@master
with:
pre-build-command: |
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/docs_build_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ on:
pull_request:
branches:
- master
paths:
- 'docs/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Render the changelog file
run: |
GITCHANGELOG_CONFIG_FILENAME=./tools/gitchangelog.rc ./tools/gitchangelog.py > ./docs/src/changelog.rst
cat ./docs/src/changelog.rst
- uses: kubeinit/sphinx-action@master
with:
pre-build-command: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: galaxy_publish
name: release
on: [push]
jobs:
build:
Expand Down Expand Up @@ -30,5 +30,5 @@ jobs:
sudo python3 -m pip install -r ./test-requirements.txt
- name: Create collection build and publish
run: |
chmod +x ./tools/galaxy_publish.sh
sudo GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} ./tools/galaxy_publish.sh -k ${{ secrets.GALAXY_KEY }}
chmod +x ./tools/release.sh
sudo GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} ./tools/release.sh -k ${{ secrets.GALAXY_KEY }}
3 changes: 3 additions & 0 deletions docs/src/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
=========
Changelog
=========
1 change: 1 addition & 0 deletions docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ Content
roles
modules
howtos_and_presentations
changelog
2 changes: 1 addition & 1 deletion kubeinit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a href="https://github.com/Kubeinit/kubeinit/actions?workflow=units"><img height="20px" src="https://github.com/Kubeinit/kubeinit/workflows/units/badge.svg?event=push"/> </a>
<a href="https://github.com/Kubeinit/kubeinit/actions?workflow=docs_build"><img height="20px" src="https://github.com/Kubeinit/kubeinit/workflows/docs_build/badge.svg?event=push"/> </a>
<a href="https://github.com/Kubeinit/kubeinit/actions?workflow=molecule"><img height="20px" src="https://github.com/Kubeinit/kubeinit/workflows/molecule/badge.svg?event=push"/> </a>
<a href="https://github.com/Kubeinit/kubeinit/actions?workflow=galaxy_publish"><img height="20px" src="https://github.com/Kubeinit/kubeinit/workflows/galaxy_publish/badge.svg?event=push"/> </a>
<a href="https://github.com/Kubeinit/kubeinit/actions?workflow=release"><img height="20px" src="https://github.com/Kubeinit/kubeinit/workflows/release/badge.svg?event=push"/> </a>
<a href="https://github.com/Kubeinit/kubeinit/actions?workflow=container_image"><img height="20px" src="https://github.com/Kubeinit/kubeinit/workflows/container_image/badge.svg?event=push"/> </a>
<a href="https://opensource.org/licenses/Apache-2.0"><img height="20px" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"/> </a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion kubeinit/galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: kubeinit
name: kubeinit
version: 0.5.3
version: 0.5.4
readme: README.md
authors:
- Carlos Camacho <carloscamachoucv@gmail.com>
Expand Down
Loading

0 comments on commit dac76b2

Please sign in to comment.