From c4bacf7e8009f447d701a7a4a54c8a491e47c758 Mon Sep 17 00:00:00 2001 From: BluemediaGER Date: Sat, 8 Apr 2023 02:05:41 +0200 Subject: [PATCH] Pin matrix-media-repo to latest working commit Current state of the matrix-media-repo master branch is broken. This change pins the pipeline to the latest working commit. --- .drone.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 90abd12..8eefc5a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: image: alpine/git commands: - git clone https://github.com/turt2live/matrix-media-repo.git . - - git checkout master + - git checkout 219e4bc - name: docker image: plugins/docker settings: diff --git a/README.md b/README.md index b63462d..c5c88e4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # docker-image-pipelines -DroneCI pipelines to build Docker images of public projects \ No newline at end of file +DroneCI pipelines to build Docker images of public projects for my own services \ No newline at end of file