Skip to content

Commit

Permalink
Remove fixed version check since prov and prov-ui won't have a releas…
Browse files Browse the repository at this point in the history
…e for now

Signed-off-by: Johann Hoffmann <[email protected]>
  • Loading branch information
oblom0v committed Oct 29, 2021
1 parent 1336bcc commit d768b24
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
exit 1
fi
if [ "$(cat Chart.yaml | yq '.dependencies[].repository' -r | grep -E 'ref=(main|master)' | wc -l)" != "0" ]; then
echo "Some of the dependencies does not have a fixed version set. List of affected dependencies:";
cat Chart.yaml | yq '.dependencies[].repository' -r | grep -E 'ref=(main|master)';
exit 1
fi
# if [ "$(cat Chart.yaml | yq '.dependencies[].repository' -r | grep -E 'ref=(main|master)' | wc -l)" != "0" ]; then
# echo "Some of the dependencies does not have a fixed version set. List of affected dependencies:";
# cat Chart.yaml | yq '.dependencies[].repository' -r | grep -E 'ref=(main|master)';
# exit 1
# fi

- name: Build package
working-directory: wlan-cloud-ucentral-deploy/chart
Expand Down

0 comments on commit d768b24

Please sign in to comment.