From f4283451dee9545580f0d641719d4c4e52812bed Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 9 Jun 2019 13:07:26 +0200 Subject: [PATCH] cleanup --- .drone.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 80a1d0b..82da2b2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -55,10 +55,7 @@ steps: image: xoxys/molecule:ec2-linux-amd64 commands: - /bin/bash /docker-entrypoint.sh - - molecule create --scenario-name ec2-centos-7 - - molecule converge --scenario-name ec2-centos-7 - - molecule verify --scenario-name ec2-centos-7 - - molecule destroy --scenario-name ec2-centos-7 + - molecule test --scenario-name ec2-centos-7 environment: ANSIBLE_ROLES_PATH: /drone/src AWS_ACCESS_KEY_ID: @@ -112,8 +109,4 @@ trigger: depends_on: - deployment ---- -kind: signature -hmac: f110327d4e7242122daaf7166921bb343ed8808f07a4e24403bdcbb41a4979a3 - ...