Browse Source

Update Dockerfile

Peter Kaplan 4 years ago
parent
commit
04ffc74f26
2 changed files with 3 additions and 1 deletions
  1. 2 1
      .gitlab-ci.yml
  2. 1 0
      Dockerfile

+ 2 - 1
.gitlab-ci.yml

@@ -20,5 +20,6 @@ pages:
     paths:
       - fdroid/repo
   rules:
-    - if: '$CI_COMMIT_BRANCH == "master"'
+    - if: '$CI_PIPELINE_SOURCE == "push"'
+      when: manual
     - if: '$CI_PIPELINE_SOURCE == "schedule"'

+ 1 - 0
Dockerfile

@@ -5,6 +5,7 @@ RUN apt-get -qq update && apt-get -qq --no-install-recommends install \
    rsync \
    curl \
    default-jdk-headless \
+   apksigner \
    python3-pip \
    python3-setuptools \
    python3-selenium \