@@ -20,10 +20,10 @@ steps:
2020 command : ' workflow status_checks'
2121 branches : ' !master'
2222
23- # The purpose of this script is to determine what version you are attempting to bump to.
24- # This script will then write out that version into a file named 'version_wf', which
25- # will be used by the build system to create pull requests, and your app itself may
26- # use the file as well.
23+ # The purpose of this script is to determine what version you are
24+ # attempting to bump to. This script will then write out that version
25+ # into a file named 'version_wf', which will be used by the build system
26+ # to create pull requests, and your app itself may use the file as well.
2727 - label : ' prebuild_determine_version'
2828 env :
2929 # Use automatic versioning.
@@ -41,11 +41,10 @@ steps:
4141 # Build, Test, Lint
4242 # #############################
4343 - label : ' Build Binary'
44- command :
45- - ' make build-docker'
46- - ' buildkite-agent artifact upload aws-env'
44+ command : ' make artifact'
45+ artifact_paths : ' aws-env'
4746
48- - label : ' Unit Tests & Code Coverage'
47+ - label : ' Unit Tests & Code Coverage'
4948 command : ' make test && make report'
5049 artifact_paths : ' coverage.html'
5150
6059
6160 # On master builds, push the versioned image
6261 - label : ' Release :shipit:'
63- command :
62+ command :
6463 - ' mkdir build'
6564 - ' buildkite-agent artifact download aws-env build/'
6665 - ' make release'
7271 # Post-Publish
7372 # #############################
7473
75- # This script will use the previously written version_wf file to update the version
76- # inside of github, as well as create release notes with a link back to the
77- # merged pull request.
74+ # This script will use the previously written version_wf file to update
75+ # the version inside of github, as well as create release notes with a
76+ # link back to the merged pull request.
7877 # - label: 'postbuild_tagrepo_update_releasenotes'
7978 # env:
8079 # # Use automatic versioning.
0 commit comments