Skip to content

Commit 854ba4a

Browse files
author
claudfuen
committed
Fix migration build: remove redundant cd command
1 parent 3d5f62e commit 854ba4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/web/buildspec-migration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ phases:
3131
build:
3232
commands:
3333
- echo "Build started on $(date)"
34-
- cd apps/web
3534
- |
3635
if [ "$SKIP_BUILD" = "false" ]; then
3736
echo "🔨 Building migration image $IMAGE_TAG"

0 commit comments

Comments
 (0)