We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91bf91f commit 85036d6Copy full SHA for 85036d6
.gitlab-ci.yml
@@ -11,10 +11,7 @@ docker:
11
- etc/
12
- bin/
13
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
+ - 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"
18
- mkdir -p etc/tmuxpy bin
19
- cp inner.conf etc/tmuxpy/
20
- cp outer.conf etc/tmuxpy/
0 commit comments