From aa512d006629c6ece97752346b6a7e4085844ca8 Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Sun, 17 Jul 2022 20:20:57 +0300 Subject: [PATCH] Call snapcraft in build.sh, not test.sh and bypass cache once more --- .buildbot/snap/Dockerfile | 2 +- .buildbot/snap/{test.sh => build.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .buildbot/snap/{test.sh => build.sh} (100%) diff --git a/.buildbot/snap/Dockerfile b/.buildbot/snap/Dockerfile index ba0bfed6..7fde093d 100644 --- a/.buildbot/snap/Dockerfile +++ b/.buildbot/snap/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:bionic -ENV SKIPCACHE=2022-07-12 +ENV SKIPCACHE=2022-07-17 RUN apt-get update diff --git a/.buildbot/snap/test.sh b/.buildbot/snap/build.sh similarity index 100% rename from .buildbot/snap/test.sh rename to .buildbot/snap/build.sh