From 07a8ba28926aa563beb25e6fa1f0b47ebef98936 Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 28 Aug 2023 20:41:05 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index b93363a..f0ab615 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,9 +35,6 @@ steps: from_secret: user_gitea PASSWORD: from_secret: gitea_token - # volumes: - # - name: cache - # path: /go commands: - pwd # - apk add --no-cache curl git @@ -48,4 +45,8 @@ steps: # grep "browser_download_url.*setup.xbe" | cut -d : -f 2,3 | tr -d \") && ls -l Insignia # - git add . # - git commit -m "Updating Insignia" - # - git push \ No newline at end of file + # - git push + + # volumes: + # - name: cache + # path: /go \ No newline at end of file