Skip to content

Commit

Permalink
[AIRFLOW-5235] Fixes bug where K8s CI does not properly create user (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dimberman authored and kaxil committed Aug 16, 2019
1 parent 5cfe9c2 commit ef7e37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/kubernetes/docker/airflow-test-env-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ cp -R contrib/example_dags/example_kubernetes_*.py /root/airflow/dags/ && \
cp -a contrib/example_dags/libs /root/airflow/dags/ && \
airflow db init && \
alembic upgrade heads && \
(airflow users --create --username airflow --lastname airflow --firstname jon --email airflow@apache.org --role Admin --password airflow || true) && \
(airflow users create --username airflow --lastname airflow --firstname jon --email airflow@apache.org --role Admin --password airflow || true) && \
echo "retrieved from mount" > /root/test_volume/test.txt

0 comments on commit ef7e37c

Please sign in to comment.