diff --git a/.drone.yml b/.drone.yml index 6fd2b11..4bdeeef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,24 +1,3 @@ -# --- -# kind: pipeline -# type: docker -# name: test LDAP connection - -# clone: -# disable: true - -# node: -# cont: test - -# steps: -# - name: test innernet connections from meitner -# pull: if-not-exists -# image: nixery.dev/shell/openldap -# environment: -# LDAP_PW_FRED: -# from_secret: ldap_pw_fred -# commands: -# - ldapwhoami -v -H 10.200.64.9 -p 389 -D uid=fred.bloggs,ou=fellowship,dc=fsfe,dc=org -x -w $LDAP_PW_FRED - --- kind: pipeline type: docker