Skip to content

Commit

Permalink
docker-compose.yaml: Add git repo core_rev
Browse files Browse the repository at this point in the history
To test on staging we need to able to set different branch,
using environment variables.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Jan 23, 2024
1 parent c346f69 commit e85bbb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
context: 'docker/api'
args:
- REQUIREMENTS=${REQUIREMENTS:-requirements.txt}
- core_rev=${CORE_REV:-main}
volumes:
- './api:/home/kernelci/api'
- './tests:/home/kernelci/tests'
Expand Down

0 comments on commit e85bbb0

Please sign in to comment.