File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -205,9 +205,9 @@ update-stack: build/aws-stack.yml env-STACK_NAME
205
205
AGENT_VERSION ?= $(shell curl -Lfs "https://buildkite.com/agent/releases/latest?platform=linux&arch=amd64" | grep version | cut -d= -f2)
206
206
207
207
bump-agent-version :
208
- sed -iE " s/\[Buildkite Agent v.*\]/[Buildkite Agent v$( AGENT_VERSION) ]/g" README.md
209
- sed -iE " s/AGENT_VERSION=.+/AGENT_VERSION=$( AGENT_VERSION) /g" packer/linux/scripts/install-buildkite-agent.sh
210
- sed -iE " s/\\\$ $AGENT_VERSION = \" .+\" /\$ $AGENT_VERSION = \" $( AGENT_VERSION) \" /g" packer/windows/scripts/install-buildkite-agent.ps1
208
+ sed -Ei " s/\[Buildkite Agent v.*\]/[Buildkite Agent v$( AGENT_VERSION) ]/g" README.md
209
+ sed -Ei " s/AGENT_VERSION=.+/AGENT_VERSION=$( AGENT_VERSION) /g" packer/linux/scripts/install-buildkite-agent.sh
210
+ sed -Ei " s/\\\$ $AGENT_VERSION = \" .+\" /\$ $AGENT_VERSION = \" $( AGENT_VERSION) \" /g" packer/windows/scripts/install-buildkite-agent.ps1
211
211
212
212
validate : build/aws-stack.yml
213
213
aws --no-cli-pager cloudformation validate-template \
You can’t perform that action at this time.
0 commit comments