Skip to content

Commit

Permalink
test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotiuk committed Dec 15, 2023
1 parent 5034b21 commit 940ab32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-helm-chart-faas-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
yq ".faas.environments.${component,,}.${version,,}.image = \"${image}\"" charts/acp/values.yaml > values.updated
yq "." charts/acp/values.yaml | diff -B - values.updated | patch charts/acp/values.yaml - || true
rm values.updated charts/acp/values.yaml.orig
#if [ "$component" = "NODE" ]; then
# docker run ${image} cat package.json | yq --prettyPrint --output-format yaml '(pick(["engines", "dependencies"]))' > charts/acp/files/${component,,}-${version,,}-package.yaml
#fi
if [ "$component" = "NODE" ]; then
docker run ${image} cat package.json | yq --prettyPrint --output-format yaml '(pick(["engines", "dependencies"]))' > charts/acp/files/${component,,}-${version,,}-package.yaml
fi
fi
done
- name: Create Pull Request
Expand Down

0 comments on commit 940ab32

Please sign in to comment.