We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c33d7 commit 531514fCopy full SHA for 531514f
Makefile
@@ -22,5 +22,5 @@ airflow-destroy:
22
23
airflow-local:
24
pip install cryptography
25
- export AIRFLOW_FERNET_KEY=$(python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())")
+ export AIRFLOW_FERNET_KEY=$(shell python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())")
26
docker-compose up --build
0 commit comments