Skip to content

Commit c2d3ce7

Browse files
committed
ci: Remove debian only build
With html being committed, there's no need to ensure that debian can build the site.
1 parent 304ab34 commit c2d3ce7

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.cirrus.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,6 @@ task:
1919

2020
build_and_test_script: make all
2121

22-
task:
23-
name: debian only
24-
container:
25-
image: debian:bookworm
26-
install_script:
27-
- apt update
28-
- >
29-
apt install -y
30-
curl
31-
jekyll
32-
make
33-
ruby
34-
ruby-jekyll-redirect-from
35-
ruby-kramdown-parser-gfm
36-
ruby-html-proofer
37-
build_and_test_script:
38-
- rm Gemfile.lock
39-
- make all
40-
4122
task:
4223
name: verify commits
4324
only_if: $CIRRUS_BRANCH == 'master'

0 commit comments

Comments
 (0)