]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
CI: fixed base container config
authorVasek Sraier <git@vakabus.cz>
Mon, 22 Feb 2021 07:35:01 +0000 (08:35 +0100)
committerAleš Mrázek <ales.mrazek@nic.cz>
Fri, 8 Apr 2022 14:17:51 +0000 (16:17 +0200)
manager/.gitlab-ci.yml

index b667a9fb5b4d8997842ca3ecb769b6f141c10d98..e920100e9ef3c71ef33a80982bf4959ee4fa71d8 100644 (file)
@@ -24,7 +24,6 @@ image: $CI_REGISTRY/knot/knot-resolver-manager/devenv:latest
 
 # FIXME - use custom Docker image, so that we don't rebuild it all every single time
 lint:
-  image: debian:latest
   stage: check
 
   cache:
@@ -36,4 +35,4 @@ lint:
     # run the actual tests
     - poetry install
     - npm install
-    - ./poe check
\ No newline at end of file
+    - ./poe check