simplification 2.0

This commit is contained in:
kjeld Schouten-Lebbing
2021-05-06 15:28:56 +02:00
parent f16e81facc
commit 51703d2ecf
+3 -2
View File
@@ -13,7 +13,9 @@ on:
jobs: jobs:
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: catalog-test container:
image: ixsystems/catalog_validation:latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
name: Checkout name: Checkout
@@ -100,7 +102,6 @@ jobs:
run: | run: |
cd catalog cd catalog
/bin/bash -c "PWD=${pwd}; /usr/local/bin/catalog_validate validate --path $PWD" /bin/bash -c "PWD=${pwd}; /usr/local/bin/catalog_validate validate --path $PWD"
- name: Commit and Push new App releases - name: Commit and Push new App releases
run: | run: |
cd catalog cd catalog