Skip to content
Snippets Groups Projects
Commit 48f9f01c authored by Dmitry Puzyrkov's avatar Dmitry Puzyrkov
Browse files

Update .gitlab-ci.yml

parent 46a9ba69
No related branches found
No related tags found
2 merge requests!1873[-] rm deploy of unsigned pakage in CI,!1858hotfix-15147
...@@ -220,7 +220,7 @@ amd64:macos.release: ...@@ -220,7 +220,7 @@ amd64:macos.release:
- echo "Do hard work" - echo "Do hard work"
- ./prod_build/build.sh --target osx release - ./prod_build/build.sh --target osx release
- ./prod_build/pack.sh --target osx release --sign /opt/buildtools/sign/macos/demlabs.sh - ./prod_build/pack.sh --target osx release --sign /opt/buildtools/sign/macos/demlabs.sh
- /opt/buildtools/deploy_files.sh pub_cellframe macos/cellframe-node/$CI_COMMIT_REF_NAME/ build_*/*-signed.pkg --redirect-with-link macos/cellframe-node/$CI_COMMIT_REF_NAME/latest-amd64 --just-redirect - /opt/buildtools/deploy_files.sh pub_cellframe macos/cellframe-node/$CI_COMMIT_REF_NAME/ build_*/*-signed.pkg --redirect-with-link macos/cellframe-node/$CI_COMMIT_REF_NAME/latest-amd64
artifacts: artifacts:
paths: paths:
- build_*/*.pkg - build_*/*.pkg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment