summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci/README.md6
-rwxr-xr-x.gitlab-ci/run-podman.sh (renamed from .gitlab-ci/run-docker.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
index c83229c26..c83229c26 100755
--- a/.gitlab-ci/run-docker.sh
+++ b/.gitlab-ci/run-podman.sh