Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index da648d8..7a95bc3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
before_script:
- - sudo apt-get update -qq && sudo apt-get build-dep -y -qq python-nbxmpp-nightly
+ - sudo apt-get update -qq && sudo apt-get build-dep -y -qq python3-nbxmpp-nightly
stages:
- test
@@ -15,7 +15,7 @@ run-build:
script:
- rm -rf dist
- export FN="nbxmpp-"$(date +%F)
- - python setup.py sdist
+ - python3 setup.py sdist
- scp dist/nbxmpp-*.tar.gz panoramix:/var/www/gajim/downloads/snap/ci/$FN-$CI_COMMIT_SHA.tar.gz
artifacts: