Skip to content
Snippets Groups Projects
Verified Commit 40bc69ee authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Dev] Pass options to gource in dev.sh

parent 8e5712ac
No related branches found
No related tags found
No related merge requests found
Pipeline #2040 failed
......@@ -53,7 +53,7 @@ case "$1" in
"gource")
for d in . apps/official/*; do
gource --output-custom-log - "$d"
done | sort -n | gource --log-format custom --background-image aleksis/core/static/img/aleksis-icon.png -
done | sort -n | gource --log-format custom --background-image aleksis/core/static/img/aleksis-icon.png "$@" -
exit
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment