emacs-diffs
[Top][All Lists]
Advanced

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

fix/bug-48598 b9968dac23: [DEBUG] Fix rule to prevent build from running


From: F. Jason Park
Subject: fix/bug-48598 b9968dac23: [DEBUG] Fix rule to prevent build from running
Date: Sun, 29 May 2022 03:08:56 -0400 (EDT)

branch: fix/bug-48598
commit b9968dac235ea8d832de8ad200ff1dc1eec6c11e
Author: F. Jason Park <jp@neverwas.me>
Commit: F. Jason Park <jp@neverwas.me>

    [DEBUG] Fix rule to prevent build from running
---
 test/infra/gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index f72806776f..6a7db4a5f2 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -119,7 +119,7 @@ default:
 .build-template:
   needs: []
   rules:
-      when: never
+    - when: never
   script:
     - docker build --pull --target ${target} -t 
${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba .
     - docker push ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG}



reply via email to

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