Skip to content

Commit

Permalink
Improve maintenance script
Browse files Browse the repository at this point in the history
  • Loading branch information
fisuda committed Jun 8, 2024
1 parent 664c509 commit 61f2585
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
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.38.0-next

- Improve maintenance script (#387)
- Update Orion to 4.0.0 (#386)
- Clarifies instance number variable for Node-RED (#385)

Expand Down
2 changes: 1 addition & 1 deletion maintenance/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RES=$(curl -X POST \
DIR="${NAME}-${TAG//v/}"
mkdir "${DIR}"

for FILE in LICENSE README.md config.sh lets-fiware.sh
for FILE in LICENSE README.md config.sh .config.sh lets-fiware.sh
do
cp -a "${FILE}" "${DIR}/"
done
Expand Down
3 changes: 3 additions & 0 deletions tests/script/lint-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ set -ue
cd "$(dirname "$0")"
cd ../..

echo "*** diff config.sh .config.sh ***"
diff config.sh .config.sh

. ./config.sh

if [ "${ORION}" != "orion" ]; then
Expand Down
3 changes: 0 additions & 3 deletions tests/script/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,3 @@ echo "*** lint shellcheck ***"

echo "*** lint yamllint ***"
./tests/script/lint-yamllint.sh

echo "*** config.sh ***"
diff config.sh .config.sh

0 comments on commit 61f2585

Please # to comment.