more
authorStefan Metzmacher <metze@samba.org>
Mon, 25 Mar 2019 13:25:15 +0000 (14:25 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 29 Mar 2019 08:45:52 +0000 (09:45 +0100)
bootstrap/.gitlab-ci.yml

index c0ba6a5e225faac3f0a28704cb3a2749d08852c3..06db03a395a2185e5fda5845662cdf4c52b95757 100644 (file)
@@ -29,9 +29,6 @@ services:
     # run smoke test with samba-o3
     samba_repo_root=/home/samba/samba
     full_name=${CI_REGISTRY_IMAGE}/${base_name}
-    timestamp=$(date +%Y%m%d%H%M%S)
-    hash=$(docker image inspect --format='{{index .Id}}' ${base_name} | cut -d : -f 2 | cut -c 1-9)
-    tag=${sha1sum}-${timestamp}-${hash}-tmp-only
     docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
     docker pull ${full_name}:${sha1sum}
     docker images