|
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 |
18 | 18 |
|
19 |
| - - wait: ~ |
| 19 | +# - wait: ~ |
20 | 20 |
|
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/" ] |
41 | 41 |
|
42 |
| - - wait: ~ |
| 42 | +# - wait: ~ |
43 | 43 |
|
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 |
0 commit comments