Skip to content
Snippets Groups Projects
Commit 04c611b1 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Fixed bug in deploy script

parent 72aa77e6
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ pipenv install --dev --deploy ...@@ -10,7 +10,7 @@ pipenv install --dev --deploy
pipenv run ./mkdistfile.py pipenv run ./mkdistfile.py
last_file=\$(ls -rt dist/flamenco-worker* | tail -n 1) last_file=\$(ls -rt dist/flamenco-worker* | tail -n 1)
dirname=\$(echo \$last_file | sed s/-linux.*//) dirname=\$(basename \$last_file | sed s/-linux.*//)
tar_path=\$(pwd)/\$last_file tar_path=\$(pwd)/\$last_file
echo echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment