2 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
2 changed files with 1 additions and 2 deletions

View File

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

View File

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