Update test.yaml
This commit is contained in:
parent
298863825b
commit
5f022ce064
|
@ -26,16 +26,16 @@ jobs:
|
||||||
- name: catalog json generation
|
- name: catalog json generation
|
||||||
run: |
|
run: |
|
||||||
echo "Starting Catalog json Generation"
|
echo "Starting Catalog json Generation"
|
||||||
|
/usr/local/bin/catalog_update update --path "${PWD}"
|
||||||
pwd
|
pwd
|
||||||
ls -la
|
ls -la
|
||||||
/usr/local/bin/catalog_update update --path "${PWD}"
|
git config user.name "TrueCharts-Bot"
|
||||||
|
git config user.email "bot@truecharts.org"
|
||||||
|
git add catalog.json || echo "Adding catalog.json failed"
|
||||||
|
git commit -m "Commit catalog.json" || echo "Commiting catalog.json failed"
|
||||||
|
|
||||||
- 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"
|
||||||
pwd
|
|
||||||
ls -la
|
|
||||||
git add catalog.json || echo "Adding catalog.json failed"
|
|
||||||
git commit -m "Commit catalog.json" || echo "Commiting catalog.json failed"
|
|
||||||
git push -f origin staging:main
|
git push -f origin staging:main
|
||||||
|
|
Loading…
Reference in New Issue