From 2695a49f59cbac4f834d6279ac8d98a25ee9ce58 Mon Sep 17 00:00:00 2001 From: Armin Friedl Date: Wed, 3 Jan 2024 22:25:52 +0100 Subject: [PATCH] Try de-dup pipeline names --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index fc6370c..4998d5f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ kind: pipeline type: docker -name: latest-custom +name: hastebin-latest-custom steps: - name: publish @@ -26,7 +26,7 @@ trigger: kind: pipeline type: docker -name: latest +name: hastebin-latest steps: - name: publish @@ -54,7 +54,7 @@ trigger: kind: pipeline type: docker -name: stable +name: hastebin-stable steps: - name: publish