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

Building deb in CI

parent 1d40692d
No related branches found
No related tags found
1 merge request!1Deb
Pipeline #465 passed
...@@ -29,7 +29,7 @@ push_deb: ...@@ -29,7 +29,7 @@ push_deb:
- deb - deb
script: script:
- FILE=$(ls build/toki*.deb) - FILE=$(ls build/toki*.deb)
- curl --fail -i -X POST -F "file=@./build/${FILE}" -u "${APT_USERNAME}:${APT_PASSWORD}" https://apt.clarin-pl.eu/ - curl --fail -i -X POST -F "file=@./${FILE}" -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