Skip to content

Commit 68f986b

Browse files
committed
testing if this shows up
1 parent 6686b35 commit 68f986b

File tree

2 files changed

+48
-47
lines changed

2 files changed

+48
-47
lines changed

.buildkite/pipeline.yml

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
1-
steps:
2-
- label: ":hammer: Install Dependencies"
3-
command:
4-
- make deps
5-
env:
6-
SEGMENT_CONTEXTS: "snyk, aws-credentials"
7-
plugins:
8-
- docker#v3.3.0:
9-
image: jekyll/jekyll:4.2.0
10-
- ssh://[email protected]/segmentio/cache-buildkite-plugin#v3.0.0:
11-
key: "v2-cache-gem-{{ checksum 'Gemfile.lock' }}"
12-
paths: [ "vendor/" ]
13-
save: true
14-
- ssh://[email protected]/segmentio/cache-buildkite-plugin#v3.0.0:
15-
key: "v2-cache-npm-{{ checksum 'yarn.lock' }}"
16-
paths: [ "node_modules/" ]
17-
save: true
1+
# steps:
2+
# - label: ":hammer: Install Dependencies"
3+
# command:
4+
# - make deps
5+
# env:
6+
# SEGMENT_CONTEXTS: "snyk, aws-credentials"
7+
# plugins:
8+
# - docker#v3.3.0:
9+
# image: jekyll/jekyll:4.2.0
10+
# - ssh://[email protected]/segmentio/cache-buildkite-plugin#v3.0.0:
11+
# key: "v2-cache-gem-{{ checksum 'Gemfile.lock' }}"
12+
# paths: [ "vendor/" ]
13+
# save: true
14+
# - ssh://[email protected]/segmentio/cache-buildkite-plugin#v3.0.0:
15+
# key: "v2-cache-npm-{{ checksum 'yarn.lock' }}"
16+
# paths: [ "node_modules/" ]
17+
# save: true
1818

19-
- wait: ~
19+
# - wait: ~
2020

21-
- label: ":hammer: Build Dependencies and Docs"
22-
command:
23-
- make test
24-
- make build
25-
- make zip-artifacts
26-
env:
27-
SEGMENT_CONTEXTS: "snyk, aws-credentials"
28-
artifact_paths:
29-
- build_package.tar.gz
30-
plugins:
31-
- docker#v3.3.0:
32-
image: jekyll/jekyll:4.2.0
33-
environment:
34-
- BUILDKITE_BRANCH
35-
- ssh://[email protected]/segmentio/cache-buildkite-plugin#v3.0.0:
36-
key: "v2-cache-gem-{{ checksum 'Gemfile.lock' }}"
37-
paths: [ "vendor/" ]
38-
- ssh://[email protected]/segmentio/cache-buildkite-plugin#v3.0.0:
39-
key: "v2-cache-npm-{{ checksum 'yarn.lock' }}"
40-
paths: [ "node_modules/" ]
21+
# - label: ":hammer: Build Dependencies and Docs"
22+
# command:
23+
# - make test
24+
# - make build
25+
# - make zip-artifacts
26+
# env:
27+
# SEGMENT_CONTEXTS: "snyk, aws-credentials"
28+
# artifact_paths:
29+
# - build_package.tar.gz
30+
# plugins:
31+
# - docker#v3.3.0:
32+
# image: jekyll/jekyll:4.2.0
33+
# environment:
34+
# - BUILDKITE_BRANCH
35+
# - ssh://[email protected]/segmentio/cache-buildkite-plugin#v3.0.0:
36+
# key: "v2-cache-gem-{{ checksum 'Gemfile.lock' }}"
37+
# paths: [ "vendor/" ]
38+
# - ssh://[email protected]/segmentio/cache-buildkite-plugin#v3.0.0:
39+
# key: "v2-cache-npm-{{ checksum 'yarn.lock' }}"
40+
# paths: [ "node_modules/" ]
4141

42-
- wait: ~
42+
# - wait: ~
4343

44-
- label: ":shipit: Deploy Docs to S3"
45-
env:
46-
SEGMENT_CONTEXTS: "aws-credentials"
47-
branches: master staging
48-
command:
49-
- buildkite-agent artifact download build_package.tar.gz .
50-
- make unzip-artifacts
51-
- make upload-docs
44+
# - label: ":shipit: Deploy Docs to S3"
45+
# env:
46+
# SEGMENT_CONTEXTS: "aws-credentials"
47+
# branches: master staging
48+
# command:
49+
# - buildkite-agent artifact download build_package.tar.gz .
50+
# - make unzip-artifacts
51+
# - make upload-docs

src/_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
<link rel="stylesheet" href="{{ '/assets/algolia.css' | relative_url }}">
6969
</head>
7070
<body>
71+
<!-- this is a netlify build -->
7172
<div id="consent-manager"></div>
7273
{{ content }}
7374
<a class="back-scrolling" data-back-scrolling data-active-class="back-scrolling--active">

0 commit comments

Comments
 (0)