Skip to content

Commit 09c8a52

Browse files
authored
ci: fix release scripts path (#288)
Code was moved to the root folder and ci scripts path in Makefile needs to be updated to reflect the change.
1 parent 6ccd50f commit 09c8a52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ build-docker: validate-version
8585
--build-arg EXTENSION_FILE=bin/extensions/apm-lambda-extension .
8686

8787
push-docker: build-docker
88-
@../.ci/push_docker.sh $(DOCKER_REGISTRY) "$(DOCKER_IMAGE_NAME)-$(ARCHITECTURE)" $(AGENT_VERSION)
88+
@./.ci/push_docker.sh $(DOCKER_REGISTRY) "$(DOCKER_IMAGE_NAME)-$(ARCHITECTURE)" $(AGENT_VERSION)
8989

9090
# List all the AWS regions
9191
get-all-aws-regions:
@@ -136,7 +136,7 @@ get-version: validate-aws-default-region
136136

137137
# Generate the file with the ARN entries
138138
create-arn-file: validate-suffix-arn-file
139-
@../.ci/create-arn-table.sh
139+
@./.ci/create-arn-table.sh
140140

141141
release-notes: validate-branch-name validate-suffix-arn-file
142142
@gh release list

0 commit comments

Comments
 (0)