Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong authored Jul 23, 2024
1 parent bc844d6 commit 2a95539
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2a95539

Please sign in to comment.