Skip to content
Snippets Groups Projects
Commit 72550c5b authored by Afnan  Ramadhan's avatar Afnan Ramadhan
Browse files

Merge branch 'fix/create-connection-in-airflow' into 'develop'

fix: compose

See merge request !9
parents 5d8e447f 1451d6fe
Branches
Pipeline #66414 passed with stages
in 53 seconds
......@@ -42,5 +42,5 @@ clean-up:
done;
- echo "Webserver is running"
- CONTAINER_ID=$(docker ps -q --filter "name=webserver")
- docker exec -it $CONTAINER_ID airflow dags unpause train_model
- docker exec -it $CONTAINER_ID airflow dags unpause data_drift_simulation
- docker exec --tty $CONTAINER_ID airflow dags unpause train_model
- docker exec --tty $CONTAINER_ID airflow dags unpause data_drift_simulation
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment