Skip to content

Commit 85036d6

Browse files
committed
Fix build command
1 parent 91bf91f commit 85036d6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.gitlab-ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ docker:
1111
- etc/
1212
- bin/
1313
script:
14-
- docker run -v "$(pwd):/src/" cdrx/pyinstaller-linux:python2 \
15-
pyinstaller --clean -y --dist ./dist/linux --workpath /tmp autossh.spec && \
16-
pyinstaller --clean -y --dist ./dist/linux --workpath /tmp tmux.spec && \
17-
chown -R --reference=. ./dist/linux
14+
- docker run -v "$(pwd):/src/" cdrx/pyinstaller-linux:python2 "pyinstaller --clean -y --dist ./dist/linux --workpath /tmp autossh.spec && pyinstaller --clean -y --dist ./dist/linux --workpath /tmp tmux.spec && chown -R --reference=. ./dist/linux"
1815
- mkdir -p etc/tmuxpy bin
1916
- cp inner.conf etc/tmuxpy/
2017
- cp outer.conf etc/tmuxpy/

0 commit comments

Comments
 (0)