[epiphany/mcatanzaro/ci] Rename run-docker.sh to run-podman.sh



commit 97361ee6cb37741f8d28ff59aa3f9ee033ccdcb4
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Wed Apr 28 14:27:24 2021 -0500

    Rename run-docker.sh to run-podman.sh

 .gitlab-ci/README.md                        | 6 +++---
 .gitlab-ci/{run-docker.sh => run-podman.sh} | 0
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci/README.md b/.gitlab-ci/README.md
index 41dfd7559..95b222588 100644
--- a/.gitlab-ci/README.md
+++ b/.gitlab-ci/README.md
@@ -6,11 +6,11 @@ GitLab CI jobs run in a Docker image, defined here. To update that image
 (perhaps to install some more packages):
 
 1. Edit `.gitlab-ci/Dockerfile` with the changes you want
-2. Edit `.gitlab-ci/run-docker.sh` and bump the version in `TAG`
-3. Run `.gitlab-ci/run-docker.sh` to build the new image, and launch a shell
+2. Edit `.gitlab-ci/run-podman.sh` and bump the version in `TAG`
+3. Run `.gitlab-ci/run-podman.sh` to build the new image, and launch a shell
    inside it
     * When you're done, exit the shell in the usual way
-4. Run `.gitlab-ci/run-docker.sh --push` to upload the new image to the GNOME
+4. Run `.gitlab-ci/run-podman.sh --push` to upload the new image to the GNOME
    GitLab Docker registry
     * If this is the first time you're doing this, you'll need to log into the
       registry
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-podman.sh
similarity index 100%
rename from .gitlab-ci/run-docker.sh
rename to .gitlab-ci/run-podman.sh


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]