Skip to content

Commit

Permalink
docker: pass CI
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Mucha <[email protected]>
  • Loading branch information
drptbl committed Oct 30, 2022
1 parent 947b056 commit aabe4f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
# - CYPRESS_RECORD_KEY=${CYPRESS_RECORD_KEY}
- GITHUB_TOKEN=${GITHUB_TOKEN}
- DEBUG=${DEBUG}
- CI=${CI}
depends_on:
- display
- video
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- CYPRESS_PRIVATE_KEY_WITH_FUNDS=${CYPRESS_PRIVATE_KEY_WITH_FUNDS}
- GITHUB_TOKEN=${GITHUB_TOKEN}
- DEBUG=${DEBUG}
- CI=${CI}
depends_on:
- display
- video
Expand Down

0 comments on commit aabe4f9

Please sign in to comment.