Skip to content

Commit 8b83729

Browse files
authored
Fix path to get_changed_assets.py script
1 parent 4e9382b commit 8b83729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-dagster-cloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ jobs:
355355
- name: Get changed assets and launch materializations
356356
if: steps.branch-deployment.outputs.found == 'true'
357357
run: |
358-
COMMANDS=$(python python_modules/dagster-open-platform/scripts/get_changed_assets.py \
358+
COMMANDS=$(python scripts/get_changed_assets.py \
359359
--deployment "${{ steps.branch-deployment.outputs.name }}" \
360360
--verbose)
361361
@@ -369,4 +369,4 @@ jobs:
369369
echo "$COMMANDS" >> "$GITHUB_STEP_SUMMARY"
370370
echo '```' >> "$GITHUB_STEP_SUMMARY"
371371
372-
echo "$COMMANDS" | bash
372+
echo "$COMMANDS" | bash

0 commit comments

Comments
 (0)