From 2a955396d402fcc9f7b10c871f75a0a8a7a0962e Mon Sep 17 00:00:00 2001 From: Maxime Armstrong <46797220+maximearmstrong@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:14:53 -0400 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b1356ac..68b8f5d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,16 +40,8 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} + sparse-checkout: 'jaffle_dagster' path: project-repo - - - name: Move dagster folder to root - run: | - ls -lah - shopt -s dotglob - mv project_repo/jaffle_dagster/* project_repo/tmp_jaffle_dagster - rm -rf project_repo/jaffle_dagster - mv project_repo/tmp_jaffle_dagster/* project_repo - ls -lah - name: Python Executable Deploy if: steps.prerun.outputs.result == 'pex-deploy'