Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ variables: artifacts: false script: - echo "Creating artifact for $TARGET_OS" - export HOME=/tmp - pip install -r requirements.txt - pyinstaller --onefile ${BINARY_NAME}.py - export TS=$(date +%Y-%m-%d_%H%M) Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ variables: artifacts: false script: - echo "Creating artifact for $TARGET_OS" - export HOME=/tmp - pip install -r requirements.txt - pyinstaller --onefile ${BINARY_NAME}.py - export TS=$(date +%Y-%m-%d_%H%M) Loading