From 19a0cef76c060e2d272b7de6ffba9b18d908381e Mon Sep 17 00:00:00 2001 From: eric Liu Date: Tue, 19 Sep 2023 01:24:23 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 709fd6a..08422e5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -61,10 +61,9 @@ steps: environment: TOKEN: from_secret: token - APISERVER: - from_secret: api_server + APISERVER: "https://10.10.0.10:6443" commands: - - curl -X DELETE https://$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: {}