From 222eda608560106412675a98aeea30f542a788cd Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Wed, 31 May 2023 17:11:13 +0100 Subject: [PATCH] Fix typo in fixture filename Following on from https://github.com/mrsked/mrsk/pull/320, fix the fixture filename as well --- .../deploy_with_precentage_boot_strategy.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 test/fixtures/deploy_with_precentage_boot_strategy.yml diff --git a/test/fixtures/deploy_with_precentage_boot_strategy.yml b/test/fixtures/deploy_with_precentage_boot_strategy.yml deleted file mode 100644 index eb68a52f..00000000 --- a/test/fixtures/deploy_with_precentage_boot_strategy.yml +++ /dev/null @@ -1,17 +0,0 @@ -service: app -image: dhh/app -servers: - web: - - "1.1.1.1" - - "1.1.1.2" - workers: - - "1.1.1.3" - - "1.1.1.4" - -registry: - username: user - password: pw - -boot: - limit: 25% - wait: 2