Skip to content

Commit

Permalink
Revert "add support for testing a branch in docker" (#906)
Browse files Browse the repository at this point in the history
This reverts commit adc063b.
  • Loading branch information
drewvolz authored Dec 7, 2024
1 parent 17c9ee7 commit b9d2571
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ on:
push:
branches:
- 'master'
- 'drew/fix-response-streams'
tags:
- 'v*'
pull_request:
branches:
- 'master'
- 'drew/fix-response-streams'

jobs:
build:
Expand Down
10 changes: 0 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,3 @@ services:
INSTITUTION: stolaf-college
volumes:
- ./.env:/app/.env:ro

stolaf-test:
image: frogpond/ccc-server:drew-fix-response-streams
restart: unless-stopped
environment:
INSTITUTION: stolaf-college
volumes:
- ./.env:/app/.env:ro
ports:
- '8080:80'

0 comments on commit b9d2571

Please sign in to comment.