Skip to content

Commit

Permalink
fix github actions release script (#391)
Browse files Browse the repository at this point in the history
common-templates file were moved in ssp operator
to different folder. They no longer exists in
internal/operands/common-templates/data/common-templates-bundle/

Signed-off-by: Karel Šimon <[email protected]>

Co-authored-by: Karel Šimon <[email protected]>
  • Loading branch information
kubevirt-bot and ksimon1 authored Dec 9, 2021
1 parent 0ae521d commit bfe21c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:
# Update the new common-templates file
cp ../dist/${SRC_TEMPLATES_FILE} data/common-templates-bundle/${DST_TEMPLATES_FILE}
cp ../dist/${SRC_TEMPLATES_FILE} internal/operands/common-templates/data/common-templates-bundle/${DST_TEMPLATES_FILE}
sed -i "s/\bVersion\s*=.*/Version = \"${VERSION}\"/g" internal/operands/common-templates/version.go
go fmt ./...
Expand Down

0 comments on commit bfe21c4

Please sign in to comment.