Skip to content
Snippets Groups Projects
Commit 94dc03e3 authored by mateuszg's avatar mateuszg
Browse files

Building deb in CI

parent 99b371f2
No related branches found
No related tags found
1 merge request!1Deb
Pipeline #452 failed
...@@ -19,7 +19,7 @@ build_deb: ...@@ -19,7 +19,7 @@ build_deb:
- cmake .. && cmake --build . && cpack - cmake .. && cmake --build . && cpack
artifacts: artifacts:
paths: paths:
- build - build/toki*.deb
expire_in: 1h expire_in: 1h
push_deb: push_deb:
...@@ -28,7 +28,7 @@ push_deb: ...@@ -28,7 +28,7 @@ push_deb:
- master - master
- deb - deb
script: script:
- ls * - curl --fail -i -X POST -F "file=@./toki*.deb" -u "${APT_USERNAME}:${APT_PASSWORD}" https://apt.clarin-pl.eu/
dependencies: dependencies:
- build_deb - build_deb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment