Loading python/deployment/pyinstaller.yml +11 −10 Original line number Diff line number Diff line Loading @@ -92,13 +92,14 @@ python:pyinstaller:linux: - | echo "Executable: ${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/$(find dist -executable -type f)" # python:pyinstaller:check: # Reenable when this one is released: https://gitlab.com/gitlab-org/gitlab/-/issues/283881 # extends: .python:pyinstaller # script: # - echo "[!] $PYINSTALLER_TARGET does not exist. Create it using 'pyi-makespec'." # - exit 1 # artifacts: null # rules: # - exists: # - $PYINSTALLER_TARGET # when: never python:pyinstaller:check: extends: .python:pyinstaller script: - echo "[!] $PYINSTALLER_TARGET does not exist. Create it using 'pyi-makespec'." - exit 1 artifacts: null rules: - exists: - $PYINSTALLER_TARGET when: never Loading
python/deployment/pyinstaller.yml +11 −10 Original line number Diff line number Diff line Loading @@ -92,13 +92,14 @@ python:pyinstaller:linux: - | echo "Executable: ${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/$(find dist -executable -type f)" # python:pyinstaller:check: # Reenable when this one is released: https://gitlab.com/gitlab-org/gitlab/-/issues/283881 # extends: .python:pyinstaller # script: # - echo "[!] $PYINSTALLER_TARGET does not exist. Create it using 'pyi-makespec'." # - exit 1 # artifacts: null # rules: # - exists: # - $PYINSTALLER_TARGET # when: never python:pyinstaller:check: extends: .python:pyinstaller script: - echo "[!] $PYINSTALLER_TARGET does not exist. Create it using 'pyi-makespec'." - exit 1 artifacts: null rules: - exists: - $PYINSTALLER_TARGET when: never