Skip to content

Commit

Permalink
chore: add streamer repos update
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Gehrsitz <[email protected]>
  • Loading branch information
mryel00 committed Nov 22, 2023
1 parent 1a0af83 commit d6ddf70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ help: ## Shows this help

update: ## Update crowsnest (fetches and pulls repository changes)
@git fetch && git pull
bash -c 'tools/update.sh'

report: ## Generate report.txt
@if [ -f ~/report.txt ]; then rm -f ~/report.txt; fi
Expand Down
7 changes: 5 additions & 2 deletions bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,10 @@ main() {
}

#### MAIN
main "${@}"
exit 0

if [[ "${BASH_SOURCE[0]}" = "${0}" ]]; then
main "${@}"
exit 0
fi

#### EOF

0 comments on commit d6ddf70

Please sign in to comment.