Skip to content

Commit

Permalink
Fix maintenance script
Browse files Browse the repository at this point in the history
  • Loading branch information
fisuda committed Oct 8, 2023
1 parent cea8f3f commit bf619e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## FIWARE Big Bang v0.36.0-next

- Fix maintenance script (#353)
- Update node.js dependencies (#352)
- Fix basic authorization for Wilma (#351)
- Fix warnings by lint (#350)
Expand Down
2 changes: 1 addition & 1 deletion maintenance/version-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ version_up() {
do
file="${FIBB_HOME}/${file}"
ls -l "${file}"
sed -i -e "s/v${OLD}.tar.gz/v${NEW}.tar.gz/" "${file}"
sed -i -e "s/v${OLD}/v${NEW}/" "${file}"
sed -i -e "s/FIWARE-Big-Bang-${OLD}/FIWARE-Big-Bang-${NEW}/" "${file}"
sed -i -e "s/${OLD}-next/${NEW}/" "${file}"
done
Expand Down

0 comments on commit bf619e1

Please sign in to comment.