6 Commits

Author SHA1 Message Date
Fizban
4fdf899fb4 Rem ls 2020-06-03 00:23:04 +10:00
Fizban
bc0cbb72c2 Rem slash 2020-06-03 00:22:44 +10:00
Fizban
99c9398146 addls 2020-06-03 00:19:43 +10:00
Fizban
5a6a0b3105 Add ls 2020-06-03 00:19:25 +10:00
Fizban
74860fa3f9 try mounted? 2020-06-03 00:15:22 +10:00
Fizban
f07c773adf Try set pwd 2020-06-03 00:07:18 +10:00
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ inputs:
path:
description: 'Directory containing source code & .spec file (optional requirements.txt).'
required: True
default: src/
default: src
outputs:
output:
description: 'The output of PyInstaller'

View File

@@ -9,7 +9,7 @@ set -e
# Allow the workdir to be set using an env var.
# Useful for CI pipiles which use docker for their build steps
# and don't allow that much flexibility to mount volumes
SRCDIR=$1
SRCDIR=/$1
WORKDIR=${SRCDIR:-/src}
#