Skip to content
Snippets Groups Projects
Commit cf25c859 authored by Tomasz Walkowiak's avatar Tomasz Walkowiak
Browse files

Update .gitlab-ci.yml

parent f143b6cf
No related merge requests found
Pipeline #7196 failed with stages
in 12 minutes and 16 seconds
......@@ -35,7 +35,7 @@ push_deb:
only:
- master
script:
- FILE=$(ls src/build/corpus2-python3.6.deb)
- FILE=$(ls src/build/corpus2*.deb)
- curl --fail -i -X POST -F "file=@./${FILE}" -u "${APT_USERNAME}:${APT_PASSWORD}" https://apt.clarin-pl.eu/
dependencies:
......@@ -68,7 +68,7 @@ push_deb3.8:
only:
- master
script:
- FILE=$(ls src/build/corpus2*.deb)
- FILE=$(ls src/build/corpus2-python3.8*.deb)
- curl --fail -i -X POST -F "file=@./${FILE}" -u "${APT_USERNAME}:${APT_PASSWORD}" https://apt.clarin-pl.eu/
dependencies:
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment