[tor-commits] [manual/translations] change name for stage
emmapeel at torproject.org
emmapeel at torproject.org
Fri Apr 23 08:00:30 UTC 2021
commit 9ddfdac82315fc6e7c03d270d036db199d39466f
Author: emma peel <emma.peel at riseup.net>
Date: Tue Apr 20 11:38:09 2021 +0200
change name for stage
---
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bd551ab..fc0ffb8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,10 @@
image: debian:buster-slim
stages:
- - production
+ - build
pages:
- stage: production
+ stage: build
script:
- apt update
- DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends gettext python3-babel python3-pip git python3-inifile python3-dev python3-setuptools python3-venv python3-openssl python3-cryptography -y
More information about the tor-commits
mailing list