[tor-commits] [styleguide/master] Add "deploy" stage to make the static shim job work

kez at torproject.org kez at torproject.org
Mon Nov 1 19:59:20 UTC 2021


commit 0dd18eb19384844bd373cab764f9c1033acb8cbd
Author: kez <kez at torproject.org>
Date:   Mon Nov 1 12:58:16 2021 -0700

    Add "deploy" stage to make the static shim job work
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6b4be34..4996f81 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,6 +31,7 @@ variables:
 
 stages:
     - build
+    - deploy
     - pages
 
 build:



More information about the tor-commits mailing list