Skip to content
Snippets Groups Projects
Commit a4cbdcf1 authored by Nico Greger's avatar Nico Greger
Browse files

Fixed pipeline

parent ff44177e
No related branches found
No related tags found
No related merge requests found
Pipeline #1664 passed
......@@ -26,11 +26,11 @@ build_buster:
- apt-get install -y python3 python3-ldap
- dpkg-buildpackage -us -uc
- mkdir -p build/
- mv ../janus*.deb build/
- mv ../janus*.changes build/
- mv ../janus*.tar.gz build/
- mv ../janus*.dsc build/
- mv ../janus*.buildinfo build/
- mv ../ssn-janus*.deb build/
- mv ../ssn-janus*.changes build/
- mv ../ssn-janus*.tar.gz build/
- mv ../ssn-janus*.dsc build/
- mv ../ssn-janus*.buildinfo build/
# The files which are to be made available in GitLab
artifacts:
......@@ -42,7 +42,7 @@ upload_to_repo:
script:
- echo "Uploading debian package to ssn repository"
- ssh repo@repo.stusta.mhn.de "echo SSH-Connection working"
- dupload -f -t ssn_repo build/janus*.changes
- dupload -f -t ssn_repo build/ssn-janus*.changes
when: manual
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment