projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fbbcde
)
; * test/infra/gitlab-ci.yml: Fix previous commit
author
Michael Albinus
<michael.albinus@gmx.de>
Fri, 21 May 2021 18:00:55 +0000
(20:00 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Fri, 21 May 2021 18:00:55 +0000
(20:00 +0200)
test/infra/gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/test/infra/gitlab-ci.yml
b/test/infra/gitlab-ci.yml
index edaa24cd4ed43dc795985af577178e99a9f32071..cd059fd990cad91ce81da0ef3eeb40e230c20a2e 100644
(file)
--- 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: