aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@debian.org>2023-10-17 11:42:04 -0400
committerAntoine Beaupré <anarcat@debian.org>2023-10-17 11:42:04 -0400
commit7d209823117fe468d3e03a7ea7be5a2fd6127a81 (patch)
treee4c3203eab60de36d84b7ffd19f01b123d828da2 /.gitlab-ci.yml
parentdaf01cf629842bff819deb33fbdb65784cca3e2d (diff)
downloadtorspec-7d209823117fe468d3e03a7ea7be5a2fd6127a81.tar.gz
torspec-7d209823117fe468d3e03a7ea7be5a2fd6127a81.zip
replace the `pages` job with a proper template
The `pages-deploy.yml` target will "do the right thing" for us here, it's useless for us to figure out how exactly to do the pages dance here, let's just delegate. Alternatively, we could "vendor" that code in here, but then we lose the benefit of improvements TPA might make here in the future. Also: this will make it easier to enable the static shim once it's ready.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fd46f23..3f37e01 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,8 @@ build:
paths:
- public
-pages:
- only:
- - main
+include:
+ project: tpo/tpa/ci-templates
+ file:
+ #- static-shim-deploy.yml
+ - pages-deploy.yml