gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 18/459: hash tag not needed for this image


From: gnunet
Subject: [reclaim-ui] 18/459: hash tag not needed for this image
Date: Fri, 11 Jun 2021 23:21:50 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit b3d373c990bb0b235c92836ba9533d5e10c76d74
Author: Thomas A. Kilian <kiliant@in.tum.de>
AuthorDate: Tue Dec 18 12:40:40 2018 +0100

    hash tag not needed for this image
---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d379ca2..5f52ca6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,6 @@ build:
   stage: build
   script:
     - docker pull $CONTAINER_IMAGE:latest || true
-    - docker build --cache-from $CONTAINER_IMAGE:latest --tag 
$CONTAINER_IMAGE:$CI_COMMIT_SHA --tag $CONTAINER_IMAGE:latest .
-    - docker push $CONTAINER_IMAGE:$CI_COMMIT_SHA
+    - docker build --cache-from $CONTAINER_IMAGE:latest --tag 
$CONTAINER_IMAGE:latest .
     - docker push $CONTAINER_IMAGE:latest
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]