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

Building deb in CI

parent 19a6f12a
Branches
No related tags found
1 merge request!1Deb
Pipeline #454 failed
......@@ -28,8 +28,8 @@ push_deb:
- master
- deb
script:
- ls *
- curl --fail -i -X POST -F "file=@./build/toki*.deb" -u "${APT_USERNAME}:${APT_PASSWORD}" https://apt.clarin-pl.eu/
- FILE=$(ls build/toki*.deb)
- curl --fail -i -X POST -F "file=@./build/${FILE}" -u "${APT_USERNAME}:${APT_PASSWORD}" https://apt.clarin-pl.eu/
dependencies:
- build_deb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment