sandcastle-ng

Scripts for the deployment of Sandcastle (GNU Taler)
Log | Files | Refs | README

commit 9f8a6622485f465538a75a96659df4397b242b5c
parent ddad8b358e74da30e03d0fbd5a9ac3b5e5b67670
Author: Devan Carpenter <devan@taler.net>
Date:   Sat, 17 Feb 2024 08:50:35 -0500

buildbot: use latest tag to simplify deployment

We typically just want to update our HEAD deployment in-place, so using
the same tag ("latest") will simplify the process

Diffstat:
Mcontrib/ci/jobs/0-build/build.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/ci/jobs/0-build/build.sh b/contrib/ci/jobs/0-build/build.sh @@ -6,5 +6,5 @@ set -exuo pipefail mkdir -p /artifacts/sandcastle-ng/${CI_COMMIT_REF} # Variable comes from CI environment podman tag taler-base-all:latest taler-base-all:${CI_COMMIT_REF} podman save \ - -o /artifacts/sandcastle-ng/${CI_COMMIT_REF}/taler-base-all-${CI_COMMIT_REF}.tar \ - taler-base-all:${CI_COMMIT_REF} + -o /artifacts/sandcastle-ng/${CI_COMMIT_REF}/taler-base-all.tar \ + taler-base-all:latest