emacs-diffs
[Top][All Lists]
Advanced

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

master 9351da3: ; * test/infra/gitlab-ci.yml: Fix previous commit


From: Michael Albinus
Subject: master 9351da3: ; * test/infra/gitlab-ci.yml: Fix previous commit
Date: Fri, 21 May 2021 14:01:04 -0400 (EDT)

branch: master
commit 9351da3862d917fde2fd9e2b7d6aea624914b018
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; * test/infra/gitlab-ci.yml: Fix previous commit
---
 test/infra/gitlab-ci.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index edaa24c..cd059fd 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -110,6 +110,13 @@ default:
     - test -n "$(docker ps -aq -f name=${test_name})" && docker cp 
${test_name}:checkout/test ${test_name}
     - test -n "$(docker ps -aq -f name=${test_name})" && docker rm ${test_name}
 
+# We must declare it here, because it is used in .build-template.
+prep-image-base:
+  stage: prep-images
+  extends: [.job-template, .build-template]
+  variables:
+    target: emacs-base
+
 .build-template:
   needs: [prep-image-base]
   rules:



reply via email to

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