Ver código fonte

Remove now-unneeded build image workaround.

Dan Helfman 3 anos atrás
pai
commit
4eb6359ed3
2 arquivos alterados com 2 adições e 4 exclusões
  1. 1 3
      .drone.yml
  2. 1 1
      NEWS

+ 1 - 3
.drone.yml

@@ -82,9 +82,7 @@ clone:
 
 steps:
 - name: build
-  #image: plugins/docker
-  # Temporary work-around for https://github.com/drone-plugins/drone-docker/pull/327
-  image: techknowlogick/drone-docker
+  image: plugins/docker
   settings:
     username:
       from_secret: docker_username

+ 1 - 1
NEWS

@@ -1,5 +1,5 @@
 1.5.21.dev0
- * Add support for old version (2.x) of jsonschema library.
+ * #459: Add support for old version (2.x) of jsonschema library.
 
 1.5.20
  * Re-release with correct version without dev0 tag.