Restrict sensitive build steps to only upstream repo

merge-requests/154/head
Eliot Berriot 2018-04-22 14:06:13 +02:00
rodzic 4f2a325fef
commit 140a78559b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
1 zmienionych plików z 9 dodań i 9 usunięć

Wyświetl plik

@ -83,9 +83,9 @@ build_front:
paths: paths:
- front/dist/ - front/dist/
only: only:
- tags - tags@funkwhale/funkwhale
- master - master@funkwhale/funkwhale
- develop - develop@funkwhale/funkwhale
tags: tags:
- docker - docker
@ -102,7 +102,7 @@ pages:
paths: paths:
- public - public
only: only:
- develop - develop@funkwhale/funkwhale
tags: tags:
- docker - docker
@ -116,7 +116,7 @@ docker_develop:
- docker build -t $IMAGE . - docker build -t $IMAGE .
- docker push $IMAGE - docker push $IMAGE
only: only:
- develop - develop@funkwhale/funkwhale
tags: tags:
- dind - dind
@ -130,9 +130,9 @@ build_api:
- api - api
script: echo Done! script: echo Done!
only: only:
- tags - tags@funkwhale/funkwhale
- master - master@funkwhale/funkwhale
- develop - develop@funkwhale/funkwhale
docker_release: docker_release:
@ -146,6 +146,6 @@ docker_release:
- docker push $IMAGE - docker push $IMAGE
- docker push $IMAGE_LATEST - docker push $IMAGE_LATEST
only: only:
- tags - tags@funkwhale/funkwhale
tags: tags:
- dind - dind