Skip to content

Commit

Permalink
Relmain/clean up (#643)
Browse files Browse the repository at this point in the history
* Poetry - doesnot work with ansible

Signed-off-by: Matthew B White <whitemat@uk.ibm.com>

* Cleanup

Signed-off-by: Matthew B White <whitemat@uk.ibm.com>

---------

Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
  • Loading branch information
mbwhite authored Feb 3, 2023
1 parent e34280f commit e1f5d01
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1,240 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fvtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Python 3.9
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.9
- uses: BSFishy/pip-action@v1
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
---
name: PR Build
on:
push:
branches-ignore:
- gh-pages
pull_request:
branches-ignore:
- gh-pages
Expand Down Expand Up @@ -44,7 +41,7 @@ jobs:
shellcheck tutorial/*.sh
yamllint .
- name: Publish collection
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Collection
path: ibm-blockchain_platform.tar.gz
Expand All @@ -56,7 +53,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Use Python 3.9
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.9
- name: Install Python dependencies
Expand All @@ -68,7 +65,7 @@ jobs:
cd ..
tar cf documentation.tar.gz docs/build
- name: Publish documentation
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Documentation
path: documentation.tar.gz
Expand Down
Loading

0 comments on commit e1f5d01

Please sign in to comment.