File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ build-docker: validate-version
8585 --build-arg EXTENSION_FILE=bin/extensions/apm-lambda-extension .
8686
8787push-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
9191get-all-aws-regions :
@@ -136,7 +136,7 @@ get-version: validate-aws-default-region
136136
137137# Generate the file with the ARN entries
138138create-arn-file : validate-suffix-arn-file
139- @.. /.ci/create-arn-table.sh
139+ @./.ci/create-arn-table.sh
140140
141141release-notes : validate-branch-name validate-suffix-arn-file
142142 @gh release list
You can’t perform that action at this time.
0 commit comments