From 607a602e3ceff7d197d4580945c61a2fa2ba8c4b Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Mon, 20 Dec 2021 19:00:11 -0500 Subject: [PATCH] libcwtch 1.5.2 and drone no download if have non essential containers --- .drone.yml | 6 +++++- LIBCWTCH-GO-MACOS.version | 2 +- LIBCWTCH-GO.version | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 72ba2bc3..3d3b96a7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -106,6 +106,7 @@ steps: - name: deploy-buildfiles image: kroniak/ssh-client + pull: if-not-exists environment: BUILDFILES_KEY: from_secret: buildfiles_key @@ -129,6 +130,7 @@ steps: - name: notify-email image: drillster/drone-email + pull: if-not-exists settings: host: build.openprivacy.ca port: 25 @@ -139,6 +141,7 @@ steps: - name: notify-gogs image: openpriv/drone-gogs + pull: if-not-exists when: event: pull_request status: [ success, changed, failure ] @@ -220,7 +223,8 @@ steps: - powershell -command "Expand-Archive -Path tor.zip -DestinationPath $Env:releasedir\Tor" - name: package-windows - image: openpriv/nsis:latest + image: openpriv/nsis + pull: if-not-exists when: event: push status: [ success ] diff --git a/LIBCWTCH-GO-MACOS.version b/LIBCWTCH-GO-MACOS.version index 73b9cbd2..052cc374 100644 --- a/LIBCWTCH-GO-MACOS.version +++ b/LIBCWTCH-GO-MACOS.version @@ -1 +1 @@ -2021-12-19-15-59-v1.5.1-6-g95c3670 \ No newline at end of file +2021-12-20-18-47-v1.5.2 \ No newline at end of file diff --git a/LIBCWTCH-GO.version b/LIBCWTCH-GO.version index 8ba39ef3..6da6d31b 100644 --- a/LIBCWTCH-GO.version +++ b/LIBCWTCH-GO.version @@ -1 +1 @@ -2021-12-19-20-58-v1.5.1-6-g95c3670 \ No newline at end of file +2021-12-20-23-47-v1.5.2 \ No newline at end of file