Skip to content

Commit

Permalink
Merge pull request #117 from Synthetixio/fix/scheduler-entrypoint-fix
Browse files Browse the repository at this point in the history
Scheduler - Remove dbt deps from entrypoint
  • Loading branch information
marcus-snx authored Sep 12, 2024
2 parents 3639e6b + 8788936 commit 3204491
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scheduler/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#!/bin/bash

source /home/airflow/venv/bin/activate
dbt deps --project-dir /opt/synthetix
source deactivate

airflow db upgrade
airflow users create -r Admin -u admin -p admin -e [email protected] -f admin -l user || true
airflow webserver --port 8080 &
Expand Down

0 comments on commit 3204491

Please sign in to comment.