Skip to content
Snippets Groups Projects
Commit 1810ac49 authored by Szymon Ciombor's avatar Szymon Ciombor
Browse files

CI test

parent a6f28e94
No related branches found
No related tags found
1 merge request!1Added CI
Pipeline #858 failed
...@@ -8,6 +8,7 @@ build_deb: ...@@ -8,6 +8,7 @@ build_deb:
stage: build stage: build
only: only:
- master - master
- dev
script: script:
- apt-get update - apt-get update
- apt-get install -y - apt-get install -y
...@@ -24,6 +25,7 @@ push_deb: ...@@ -24,6 +25,7 @@ push_deb:
stage: deploy stage: deploy
only: only:
- master - master
- dev
script: script:
- FILE=$(ls build/pwrutils*.deb) - FILE=$(ls build/pwrutils*.deb)
- curl --fail -i -X POST -F "file=@./${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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment