File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 37
37
memory : " 8G"
38
38
env :
39
39
ARTIFACTS_FOLDER : " artifacts-to-sign"
40
- DRY_RUN : " true"
40
+ # by default it will publish packages
41
+ DRY_RUN : " ${DRY_RUN:-false}"
41
42
depends_on :
42
43
- step : " check"
43
44
allow_failure : false
Original file line number Diff line number Diff line change 1
1
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
2
-
3
2
env :
4
3
SETUP_GVM_VERSION : " v0.5.2"
5
4
LINUX_AGENT_IMAGE : " golang:${GO_VERSION}"
@@ -29,22 +28,6 @@ steps:
29
28
cpu : " 8"
30
29
memory : " 4G"
31
30
32
- - label : " :package: Build packages"
33
- key : " build-packages"
34
- command : " .buildkite/scripts/build_packages.sh"
35
- agents :
36
- image : " ${LINUX_AGENT_IMAGE}"
37
- cpu : " 8"
38
- memory : " 8G"
39
- env :
40
- ARTIFACTS_FOLDER : " artifacts-to-sign"
41
- DRY_RUN : " false"
42
- depends_on :
43
- - step : " check"
44
- allow_failure : false
45
- artifact_paths :
46
- - artifacts-to-sign/*.zip
47
-
48
31
- label : " Trigger integrations"
49
32
key : " test-integrations"
50
33
command : " .buildkite/scripts/trigger_integrations_in_parallel.sh"
You can’t perform that action at this time.
0 commit comments