workflowfix2
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
brew install norwoodj/tap/helm-docs
|
brew install norwoodj/tap/helm-docs
|
||||||
|
|
||||||
- name: Containers: Fetch new application versions
|
- name: Containers - Fetch new application versions
|
||||||
run: |
|
run: |
|
||||||
find ./containers/apps -maxdepth 1 -mindepth 1 -type d -exec basename {} \; | while read app; do
|
find ./containers/apps -maxdepth 1 -mindepth 1 -type d -exec basename {} \; | while read app; do
|
||||||
if test -f "./containers/apps/${app}/latest-version.sh"; then
|
if test -f "./containers/apps/${app}/latest-version.sh"; then
|
||||||
@@ -53,7 +53,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
- name: Containers: Fetch new base versions
|
- name: Containers - Fetch new base versions
|
||||||
run: |
|
run: |
|
||||||
find ./containers/base -maxdepth 1 -mindepth 1 -type d -exec basename {} \; | while read app; do
|
find ./containers/base -maxdepth 1 -mindepth 1 -type d -exec basename {} \; | while read app; do
|
||||||
if test -f "./containers/base/${app}/latest-version.sh"; then
|
if test -f "./containers/base/${app}/latest-version.sh"; then
|
||||||
|
|||||||
Reference in New Issue
Block a user