mirror of
https://github.com/nextcloud/docker.git
synced 2025-02-03 18:18:26 +01:00
Only build the master branch
This commit is contained in:
parent
a3bb5798c8
commit
e49ef8ca64
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ services: docker
|
|||
|
||||
language: bash
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
install:
|
||||
- git clone https://github.com/docker-library/official-images.git ~/official-images
|
||||
|
||||
|
|
Loading…
Reference in a new issue