Skip to content

Commit

Permalink
Fix entrypoint.sh 4
Browse files Browse the repository at this point in the history
  • Loading branch information
looi committed May 20, 2021
1 parent d28116e commit cc2e0a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export AIRFLOW__CORE__DAGS_FOLDER=${GITHUB_WORKSPACE}/
export AIRFLOW__CORE__PLUGINS_FOLDER=${GITHUB_WORKSPACE}/plugins/
export AIRFLOW__CORE__LOGS_FOLDER="/tmp/logs/"
export FERNET_KEY=$(openssl rand -base64 32)
airflow initdb
python /main.py

0 comments on commit cc2e0a2

Please sign in to comment.