Update test.yaml
This commit is contained in:
parent
8b238f9a44
commit
91f32f14b0
|
@ -26,12 +26,14 @@ jobs:
|
||||||
- name: catalog json generation
|
- name: catalog json generation
|
||||||
run: |
|
run: |
|
||||||
echo "Starting Catalog json Generation"
|
echo "Starting Catalog json Generation"
|
||||||
|
cd catalog/catalog
|
||||||
/usr/local/bin/catalog_update update --path "${PWD}"
|
/usr/local/bin/catalog_update update --path "${PWD}"
|
||||||
|
|
||||||
- name: Merge staging into main
|
- name: Merge staging into main
|
||||||
run: |
|
run: |
|
||||||
git config user.name "TrueCharts-Bot"
|
git config user.name "TrueCharts-Bot"
|
||||||
git config user.email "bot@truecharts.org"
|
git config user.email "bot@truecharts.org"
|
||||||
|
cd catalog/catalog
|
||||||
git add catalog.json
|
git add catalog.json
|
||||||
git commit -m "Commit catalog.json"
|
git commit -m "Commit catalog.json"
|
||||||
git push -f origin staging:main
|
git push -f origin staging:main
|
||||||
|
|
Loading…
Reference in New Issue