From a0b1e35cb4980040f6fc94960697e98641cbba3b Mon Sep 17 00:00:00 2001 From: eric Liu Date: Tue, 19 Sep 2023 01:31:56 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 08422e5..21d850c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -63,7 +63,7 @@ steps: from_secret: token APISERVER: "https://10.10.0.10:6443" commands: - - curl -X DELETE $APISERVER/api/v1/namespaces/hugo/pods/ --header "Authorization: Bearer $TOKEN" --insecure + - "curl -X DELETE $APISERVER/api/v1/namespaces/hugo/pods/ --header \"Authorization: Bearer $TOKEN\" --insecure" volumes: - name: output temp: {}