simplification 2.0

This commit is contained in:
kjeld Schouten-Lebbing 2021-05-06 15:28:56 +02:00
parent f16e81facc
commit 51703d2ecf
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,9 @@ on:
jobs:
release:
runs-on: ubuntu-latest
needs: catalog-test
container:
image: ixsystems/catalog_validation:latest
steps:
- uses: actions/checkout@v2
name: Checkout
@ -100,7 +102,6 @@ jobs:
run: |
cd catalog
/bin/bash -c "PWD=${pwd}; /usr/local/bin/catalog_validate validate --path $PWD"
- name: Commit and Push new App releases
run: |
cd catalog