Skip to content

Commit eb009ef

Browse files
authored
fix: ./cortex/dev/export_images.sh: line 35: build/images.sh: No such file or directory (#2422)
resolve #2421
1 parent ee3d7f9 commit eb009ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/export_images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ destination_ecr_prefix="cortexlabs"
3232
destination_registry="${aws_account_id}.dkr.ecr.${ecr_region}.amazonaws.com/${destination_ecr_prefix}"
3333
aws ecr get-login-password --region $ecr_region | docker login --username AWS --password-stdin $destination_registry
3434

35-
source build/images.sh
35+
source $ROOT/build/images.sh
3636

3737
# create the image repositories
3838
for image in "${all_images[@]}"; do

0 commit comments

Comments
 (0)