From 584e8c97a5121f92a64c248789703a5e435c08a4 Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 18 Oct 2023 14:21:55 +0200 Subject: [PATCH] ci: switch from hourly to nightly builds --- .drone.yml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index b377977..85e5192 100644 --- a/.drone.yml +++ b/.drone.yml @@ -119,7 +119,7 @@ trigger: event: - cron cron: - - hourly-build + - nightly-build status: - success - failure @@ -132,7 +132,7 @@ steps: pull: always image: appleboy/drone-discord:latest settings: - message: "{{#success build.status}} ✅ [Hourly build #{{build.number}}]({{build.link}}) of `{{repo.name}}` succeeded.\nevent: **`{{build.event}}`**\ncommit [`${DRONE_COMMIT_SHA:0:7}`](https://git.dotya.ml/${DRONE_REPO}/commit/${DRONE_COMMIT_SHA}) by {{commit.author}} on `{{commit.branch}}`\n {{else}} ❌ [Hourly build #{{build.number}}]({{build.link}}) of `{{repo.name}}` failed.\nevent: **`${DRONE_BUILD_EVENT}`**\ncommit [`${DRONE_COMMIT_SHA:0:7}`](https://git.dotya.ml/${DRONE_REPO}/commit/${DRONE_COMMIT_SHA}) by {{commit.author}} on `{{commit.branch}}`\n {{/success}}\n" + message: "{{#success build.status}} ✅ [Scheduled build #{{build.number}}]({{build.link}}) of `{{repo.name}}` succeeded.\nevent: **`{{build.event}}`**\ncommit [`${DRONE_COMMIT_SHA:0:7}`](https://git.dotya.ml/${DRONE_REPO}/commit/${DRONE_COMMIT_SHA}) by {{commit.author}} on `{{commit.branch}}`\n {{else}} ❌ [Scheduled build #{{build.number}}]({{build.link}}) of `{{repo.name}}` failed.\nevent: **`${DRONE_BUILD_EVENT}`**\ncommit [`${DRONE_COMMIT_SHA:0:7}`](https://git.dotya.ml/${DRONE_REPO}/commit/${DRONE_COMMIT_SHA}) by {{commit.author}} on `{{commit.branch}}`\n {{/success}}\n" webhook_id: from_secret: discord_webhook_hourly_id webhook_token: @@ -140,6 +140,6 @@ steps: --- kind: signature -hmac: ddafa86803bc196966b1b7db150d5d7faec27cc157b87e689f18fb153d6aea9c +hmac: 79f7aa371de5a00417aad26e6b613a94113f0f5d23a57c3a68efa46fce8bf747 ... diff --git a/README.md b/README.md index 7ea4873..30f785b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This repository provides a Dockerfile to create an *updated* Arch Linux base(-devel) image. -The image is rebuilt approximately every hour to ensure it always has the latest packages. +The image is rebuilt nightly to ensure it always has the latest packages. push mirror lives in [this GitHub repo](https://github.com/wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf/docker-archlinux) development happens on [this Gitea instance](https://git.dotya.ml/wanderer/docker-archlinux)