Skip to content

Commit

Permalink
attempt #6
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwallace123 committed Jan 19, 2024
1 parent 0dc61cf commit 3951e07
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ jobs:
- name: Build and run Docker Compose
run: |
docker-compose --env-file=${{secrets.DOCKERENV}} -f /docker/calcium_imaging_worker/dist/debian/docker-compose-calcium_imaging_worker.yaml -p sabatini-datajoint-pipeline_calcium_imaging_worker build --no-cache
# docker-compose --env-file=${{secrets.DOCKERENV}} -f /docker/spike_sorting_local_worker/dist/debian/docker-compose-spike_sorting_local_worker.yaml -p sabatini-datajoint-pipeline_spike_sorting_local_worker build --no-cache
# docker-compose --env-file=${{secrets.DOCKERENV}} -f /docker/standard_worker/dist/debian/docker-compose-standard_worker.yaml -p sabatini-datajoint-pipeline_standard build --no-cache
docker-compose -f docker-compose-calcium_imaging_worker.yaml -p sabatini-datajoint-pipeline_calcium_imaging_worker build --no-cache
docker-compose -f docker-compose-spike_sorting_local_worker.yaml -p sabatini-datajoint-pipeline_spike_sorting_local_worker build --no-cache
docker-compose -f docker-compose-standard_worker.yaml -p sabatini-datajoint-pipeline_standard build --no-cache
# Add additional steps here for testing or other actions

- name: Clean up Docker Compose
run: |
docker-compose --env-file=${{secrets.DOCKERENV}} -f /docker/calcium_imaging_worker/dist/debian/docker-compose-calcium_imaging_worker.yaml -p sabatini-datajoint-pipeline_calcium_imaging_worker build down
# docker-compose --env-file=${{secrets.DOCKERENV}} -f /docker/spike_sorting_local_worker/dist/debian/docker-compose-spike_sorting_local_worker.yaml -p sabatini-datajoint-pipeline_spike_sorting_local_worker down
# docker-compose --env-file=${{secrets.DOCKERENV}} -f /docker/standard_worker/dist/debian/docker-compose-standard_worker.yaml -p sabatini-datajoint-pipeline_standard build down
docker-compose -f docker-compose-calcium_imaging_worker.yaml -p sabatini-datajoint-pipeline_calcium_imaging_worker build down
docker-compose -f docker-compose-spike_sorting_local_worker.yaml -p sabatini-datajoint-pipeline_spike_sorting_local_worker down
docker-compose -f docker-compose-standard_worker.yaml -p sabatini-datajoint-pipeline_standard build down

0 comments on commit 3951e07

Please sign in to comment.