Skip to content

Commit

Permalink
remove unused buildkite pipeline (#1098)
Browse files Browse the repository at this point in the history
the buildkite build is archived
  • Loading branch information
richvdh authored Oct 29, 2021
1 parent 27b9440 commit 2662123
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 87 deletions.
84 changes: 0 additions & 84 deletions .buildkite/pipeline.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/build-matrix.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
path: styled-docs.tar.gz

# Run jekyll. We run this in a custom docker image.
# See dockerfile in the `.buildkite` directory.
build-jekyll:
name: "🌐 Jekyll"
runs-on: ubuntu-latest
container:
# the dockerfile for this is in matrix-org/docker/build
image: "matrixdotorg/matrixdotorg-build:0.2"
steps:
- name: "πŸ“₯ Source checkout"
Expand All @@ -60,6 +60,7 @@ jobs:
name: "🌐 Gatsby"
runs-on: ubuntu-latest
container:
# the dockerfile for this is in matrix-org/docker/gatsby
image: "matrixdotorg/matrixdotorg-gatsby:latest"
steps:
- name: "πŸ“₯ Source checkout"
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/Dockerfile β†’ docker/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerfile to construct the docker image used to construct the website
#
# docker build .buildkite -f .buildkite/Dockerfile -t matrixdotorg/matrixdotorg-build
# docker build docker/build -t matrixdotorg/matrixdotorg-build
# docker push matrixdotorg/matrixdotorg-build

# 2.7 because the jekyll rst plugin expects it
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerfile to construct the docker image used to construct the website
#
# (cd .buildkite/gatsby; docker build . -t matrixdotorg/matrixdotorg-gatsby)
# docker build docker/gatsby -t matrixdotorg/matrixdotorg-gatsby
# docker push matrixdotorg/matrixdotorg-gatsby

FROM node:14
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 2662123

Please sign in to comment.