We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccd50f commit 09c8a52Copy full SHA for 09c8a52
Makefile
@@ -85,7 +85,7 @@ build-docker: validate-version
85
--build-arg EXTENSION_FILE=bin/extensions/apm-lambda-extension .
86
87
push-docker: build-docker
88
- @../.ci/push_docker.sh $(DOCKER_REGISTRY) "$(DOCKER_IMAGE_NAME)-$(ARCHITECTURE)" $(AGENT_VERSION)
+ @./.ci/push_docker.sh $(DOCKER_REGISTRY) "$(DOCKER_IMAGE_NAME)-$(ARCHITECTURE)" $(AGENT_VERSION)
89
90
# List all the AWS regions
91
get-all-aws-regions:
@@ -136,7 +136,7 @@ get-version: validate-aws-default-region
136
137
# Generate the file with the ARN entries
138
create-arn-file: validate-suffix-arn-file
139
- @../.ci/create-arn-table.sh
+ @./.ci/create-arn-table.sh
140
141
release-notes: validate-branch-name validate-suffix-arn-file
142
@gh release list
0 commit comments