Skip to content

Commit

Permalink
Fix manifest cp
Browse files Browse the repository at this point in the history
Signed-off-by: gabriel-farache <[email protected]>
  • Loading branch information
gabriel-farache committed Oct 10, 2024
1 parent e25293f commit 6167d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_or_update_automated_pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ for pr in $prs; do
ls "${WORKDIR}/${WORKFLOW_ID}"
ls -al "${WORKDIR}/${WORKFLOW_ID}/manifests/"
# Create the new file
cp "${WORKDIR}/${WORKFLOW_ID}/manifests/*" "charts/${WORKFLOW_ID}/templates" || exit 1
cp "${WORKDIR}/${WORKFLOW_ID}/manifests/" "charts/${WORKFLOW_ID}/templates/" || exit 1
if [ "${INPUT_VALUES_FILEPATH}" != "" ]; then
cp "${INPUT_VALUES_FILEPATH}" "charts/${WORKFLOW_ID}/values.yaml" || exit 1
fi
Expand Down

0 comments on commit 6167d37

Please sign in to comment.