Loading .gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -9,8 +9,9 @@ r95: - dnf install -y python3 python3-pip - pip3 install pyinstaller - pip3 install -r requirements.txt - pyinstaller --onefile --noconfirm ${BINARY_NAME}.py ${CI_JOB_NAME}.py - pyinstaller --onefile --noconfirm ${BINARY_NAME}.py - chmod +x dist/${BINARY_NAME} && mv dist/${BINARY_NAME} dist/${BINARY_NAME}_${CI_JOB_NAME} artifacts: paths: - dist/${CI_JOB_NAME}.py - dist/${BINARY_NAME}_${CI_JOB_NAME} expire_in: 1 week No newline at end of file Loading
.gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -9,8 +9,9 @@ r95: - dnf install -y python3 python3-pip - pip3 install pyinstaller - pip3 install -r requirements.txt - pyinstaller --onefile --noconfirm ${BINARY_NAME}.py ${CI_JOB_NAME}.py - pyinstaller --onefile --noconfirm ${BINARY_NAME}.py - chmod +x dist/${BINARY_NAME} && mv dist/${BINARY_NAME} dist/${BINARY_NAME}_${CI_JOB_NAME} artifacts: paths: - dist/${CI_JOB_NAME}.py - dist/${BINARY_NAME}_${CI_JOB_NAME} expire_in: 1 week No newline at end of file