[master] 29b1c8880 [cci] remove the manual approval job

Guillaume Quintard guillaume at varnish-software.com
Fri Oct 18 00:37:09 UTC 2019


commit 29b1c888031a101b7dac8d66ff541af861981fb2
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date:   Tue Oct 15 22:39:53 2019 -0700

    [cci] remove the manual approval job

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 461c6fb7b..6a33b3a65 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -434,8 +434,7 @@ workflows:
           <<: *pkg_req
       - build_alpine:
           <<: *pkg_req
-      - hold:
-          type: approval
+      - push_packages:
           requires:
             - build_debian_stretch
             - build_debian_buster
@@ -443,9 +442,6 @@ workflows:
             - build_ubuntu_bionic
             - build_centos_7
             - build_alpine
-      - push_packages:
-          requires:
-            - hold
 #      - distcheck:
 #          name: distcheck_centos_7
 #          dist: centos


More information about the varnish-commit mailing list