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

fix: compose

parent 04ff0ee3
Branches
2 merge requests!10chore: add model version control and finally can trigger the sparking flow...,!9fix: compose
......@@ -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