gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [ascension] 01/02: attempt to fix pipeline on gitlab


From: gnunet
Subject: [GNUnet-SVN] [ascension] 01/02: attempt to fix pipeline on gitlab
Date: Tue, 30 Apr 2019 16:28:40 +0200

This is an automated email from the git hooks/post-receive script.

rexxnor pushed a commit to branch master
in repository ascension.

commit af1ced4c64a31d9b58ddb7ffefa06af9d6cdbbd3
Author: rexxnor <address@hidden>
AuthorDate: Tue Apr 30 16:15:24 2019 +0200

    attempt to fix pipeline on gitlab
---
 .gitlab-ci.yml      | 4 ++--
 helpers/ciscript.sh | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a7f2ee1..aa28513 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,14 +10,14 @@ run-build_deb:
     - apt update
     - apt install -y python-all python3-stdeb git
     - python3 setup.py --command-package=stdeb.command sdist_dsc
-    - cd deb_dist/*/ || exit
+    - cd deb_dist/*/
     - cp ../../helpers/ascension.1 debian/ascension.1
     - echo "debian/ascension.1" > debian/python3-ascension.manpages
     - dh_installman
     - cp ../../helpers/postinst_ascension.sh debian/postinst
     - cp ../../helpers/copyright debian/copyright
     - dpkg-buildpackage -rfakeroot -uc -us
-    - cd ../../ || exit
+    - cd ../../
     - apt install -y ./deb_dist/python3-ascension*.deb
     - ascension -h
     - bash helpers/gnunet-installer-0.11-debian.sh Production
diff --git a/helpers/ciscript.sh b/helpers/ciscript.sh
index 5aaebec..432bcc8 100644
--- a/helpers/ciscript.sh
+++ b/helpers/ciscript.sh
@@ -5,20 +5,20 @@
 apt update
 apt install -y python-all python3-stdeb git
 python3 setup.py --command-package=stdeb.command sdist_dsc
-cd deb_dist/*/ || exit
+cd deb_dist/*/
 cp ../../helpers/ascension.1 debian/ascension.1
 echo "debian/ascension.1" > debian/python3-ascension.manpages
 dh_installman
 cp ../../helpers/postinst_ascension.sh debian/postinst
 cp ../../helpers/copyright debian/copyright
 dpkg-buildpackage -rfakeroot -uc -us
-cd ../../ || exit
+cd ../../
 apt install -y ./deb_dist/python3-ascension*.deb
 ascension -h
 bash helpers/gnunet-installer-0.11-debian.sh Production
 apt install -y bind9 dnsutils procps
 gnunet-arm -Esq
-cd ascension/test/ || exit
+cd ascension/test/
 bash test_ascension_simple.sh
 gnunet-arm -e
 apt install -y dh-make

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]