Lewis Baker
02/07/2023, 2:16 PMAdam Bloom
02/07/2023, 2:25 PMLewis Baker
02/07/2023, 2:57 PMRUN (cd ./dbt_project/; dbt deps --profiles-dir ./dbt_project/config/profiles.yml)
Adam Bloom
02/07/2023, 3:16 PMcd ./dbt_project/; dbt deps --profiles-dir ./dbt_project/config/profiles.yml
Lewis Baker
02/07/2023, 4:33 PMAdam Bloom
02/07/2023, 4:35 PMLewis Baker
02/07/2023, 4:38 PMAdam Bloom
02/07/2023, 4:51 PMchmod +x dagster_cloud_post_install.sh
./dagster_cloud_post_install.sh
to make sure it runs as you expectSean Lopp
02/08/2023, 4:55 AMLewis Baker
02/08/2023, 10:26 AMAdam Bloom
02/08/2023, 2:05 PMchmod +x
on that file? You’ll need to commit the change afterwardsLewis Baker
02/08/2023, 3:35 PMchmod +x
before the post install hook?Adam Bloom
02/08/2023, 3:36 PMSean Lopp
02/08/2023, 3:41 PMgit status
After running the chmod
command you'll see that the shell script has been updated (even though the contents are the same). You'll want to add that file, commit, and push the result. Then the action should be happy.
Unfortunately some git clients don't show this change as a file modification, but the manual git commands will workLewis Baker
02/08/2023, 4:26 PM