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 3737 memory : " 8G"
3838 env :
3939 ARTIFACTS_FOLDER : " artifacts-to-sign"
40- DRY_RUN : " true"
40+ # by default it will publish packages
41+ DRY_RUN : " ${DRY_RUN:-false}"
4142 depends_on :
4243 - step : " check"
4344 allow_failure : false
Original file line number Diff line number Diff line change 11# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
2-
32env :
43 SETUP_GVM_VERSION : " v0.5.2"
54 LINUX_AGENT_IMAGE : " golang:${GO_VERSION}"
@@ -29,22 +28,6 @@ steps:
2928 cpu : " 8"
3029 memory : " 4G"
3130
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-
4831 - label : " Trigger integrations"
4932 key : " test-integrations"
5033 command : " .buildkite/scripts/trigger_integrations_in_parallel.sh"
You can’t perform that action at this time.
0 commit comments