From f463391e0f9d2f3640093d6dd8df71c80b236f6f Mon Sep 17 00:00:00 2001 From: david Date: Sun, 12 May 2024 08:11:28 +0200 Subject: [PATCH] Feature: Fixing name in .drone.yml --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index ab81053..f74fbbb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,10 +1,10 @@ # Variables tag: &tag latest -repo: &repo phoenix.ipv64.de/kirbylink/warp4 +repo: &repo phoenix.ipv64.de/kirbylink/warp4j branch: &branch master dry_run: &dry_run false -step_name: &step_name warp4 -pipeline_name: &pipeline_name warp4 build and push +step_name: &step_name warp4j +pipeline_name: &pipeline_name warp4j build and push notification_name: ¬ification_name Send Notification # Basic build options @@ -63,11 +63,11 @@ trigger: # Variables tag: &tag testing -repo: &repo phoenix.ipv64.de/kirbylink/warp4 +repo: &repo phoenix.ipv64.de/kirbylink/warp4j branch: &exclude_branch master dry_run: &dry_run true -step_name: &step_name warp4 -pipeline_name: &pipeline_name warp4 build only (testing) +step_name: &step_name warp4j +pipeline_name: &pipeline_name warp4j build only (testing) notification_name: ¬ification_name Send Notification # Basic build options