diff options
author | Vasek Sraier <git@vakabus.cz> | 2022-07-21 18:50:08 +0200 |
---|---|---|
committer | Vasek Sraier <git@vakabus.cz> | 2022-07-31 17:26:39 +0200 |
commit | 0319ed7ad1686e2a294a76c2c142fe5048216bd7 (patch) | |
tree | 457351370648b8017970b85902727882a2249ca5 /ci | |
parent | rpm packaging: opensuse dependencies (diff) | |
download | knot-resolver-0319ed7ad1686e2a294a76c2c142fe5048216bd7.tar.xz knot-resolver-0319ed7ad1686e2a294a76c2c142fe5048216bd7.zip |
ci: use apkg from PyPI, not manually from git
Diffstat (limited to 'ci')
-rw-r--r-- | ci/pkgtest.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/pkgtest.yaml b/ci/pkgtest.yaml index a2a529f0..c90dc1d9 100644 --- a/ci/pkgtest.yaml +++ b/ci/pkgtest.yaml @@ -21,9 +21,9 @@ stages: - pkg/ .apkginstall: &apkginstall # new jinja2 breaks docs (sphinx/breathe) - - git clone https://gitlab.nic.cz/packaging/apkg.git - - cd apkg; pip3 install -U . 'jinja2<3.1'; cd .. - # - pip3 install -U apkg 'jinja2<3.1' + # - git clone https://gitlab.nic.cz/packaging/apkg.git + # - cd apkg; pip3 install -U . 'jinja2<3.1'; cd .. + - pip3 install -U apkg 'jinja2<3.1' .apkgbuild: &apkgbuild |