From 20219690a861c9039c445a92cceecf33c3574d4d Mon Sep 17 00:00:00 2001 From: Konstantin Akimov Date: Tue, 26 Mar 2024 02:02:52 +0700 Subject: [PATCH] chore: drop travis mentioning in docs and comments --- contrib/containers/deploy/Dockerfile | 2 +- contrib/containers/deploy/README.md | 4 ++-- contrib/verify-commits/verify-commits.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/containers/deploy/Dockerfile b/contrib/containers/deploy/Dockerfile index c9a4ce08fd..2c2eab7a09 100644 --- a/contrib/containers/deploy/Dockerfile +++ b/contrib/containers/deploy/Dockerfile @@ -1,6 +1,6 @@ FROM phusion/baseimage:focal-1.0.0 LABEL maintainer="Dash Developers " -LABEL description="Dockerised DashCore, built from Travis" +LABEL description="Dockerised DashCore, built from CI" ARG USER_ID ARG GROUP_ID diff --git a/contrib/containers/deploy/README.md b/contrib/containers/deploy/README.md index a26121338d..00f7b399a1 100644 --- a/contrib/containers/deploy/README.md +++ b/contrib/containers/deploy/README.md @@ -1,8 +1,8 @@ -This docker image is built and pushed from travis. It does not contain any default configs or any +This docker image is built and pushed from CI. It does not contain any default configs or any special startup scripts. This is to keep it simple and to not copy too much logic from the official/supported Docker Images found at https://hub.docker.com/r/dashpay/dashd/ The image is mostly used for devops purposes, e.g. for testnet/devnet deployments. Regular users should use the official images instead of this one. -**NOTE: Please update the image description at https://hub.docker.com/r/dashpay/dashd-develop/ when changing the above text** \ No newline at end of file +**NOTE: Please update the image description at https://hub.docker.com/r/dashpay/dashd-develop/ when changing the above text** diff --git a/contrib/verify-commits/verify-commits.py b/contrib/verify-commits/verify-commits.py index a5f97a4b3c..d522d9ce43 100755 --- a/contrib/verify-commits/verify-commits.py +++ b/contrib/verify-commits/verify-commits.py @@ -102,7 +102,7 @@ def main(): # Iterate through commits while True: - # Log a message to prevent Travis from timing out + # Log a message to prevent CI from timing out logging.debug("verify-commits: [in-progress] processing commit {}".format(current_commit[:8])) if current_commit == verified_root: