commit 0dd18eb19384844bd373cab764f9c1033acb8cbd Author: kez kez@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:
tor-commits@lists.torproject.org