aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a75fbbb90..a0241e994 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -83,7 +83,8 @@ debian_ci:
83 - echo "deb-src http://deb.debian.org/debian sid main" >> /etc/apt/sources.list 83 - echo "deb-src http://deb.debian.org/debian sid main" >> /etc/apt/sources.list
84 - echo "deb-src http://deb.debian.org/debian experimental main" >> /etc/apt/sources.list 84 - echo "deb-src http://deb.debian.org/debian experimental main" >> /etc/apt/sources.list
85 - apt-get update 85 - apt-get update
86 - git config user.email "$GITLAB_USER_NAME" && git config user.name "$GITLAB_USER_EMAIL" 86 - git config user.name "$DEBFULLNAME"
87 - git config user.email "$DEBEMAIL"
87 - cd $CI_PROJECT_DIR/.. && (apt-get source --download-only -t experimental firejail || apt-get source --download-only firejail) 88 - cd $CI_PROJECT_DIR/.. && (apt-get source --download-only -t experimental firejail || apt-get source --download-only firejail)
88 - cd $CI_PROJECT_DIR && tar xf ../firejail_*.debian.tar.* 89 - cd $CI_PROJECT_DIR && tar xf ../firejail_*.debian.tar.*
89 - rm -rf debian/patches/ 90 - rm -rf debian/patches/