Skip to content
Snippets Groups Projects
Commit 8f24d699 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch 'restrict-develop-build' into 'develop'

Restrict sensitive build steps to only upstream repo

See merge request funkwhale/funkwhale!155
parents 9e5a0f87 140a7855
No related branches found
No related tags found
No related merge requests found
...@@ -83,9 +83,9 @@ build_front: ...@@ -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: ...@@ -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: ...@@ -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: ...@@ -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: ...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment