summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-08-25 11:46:10 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-08-25 11:46:10 +0000
commit0a3f341c1a05e94bb18bc7ad731f445362a7198a (patch)
tree5f0be99b4ac2f8724425869b8f4f5055d573e566
parent786375902fa2e453686eb3994a728ef42818b4bd (diff)
downloadbuildstream-sam/docker-automation.tar.gz
.gitlab-ci.yml: Allow myself to test the Docker image buildssam/docker-automation
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2b10507f9..2ef091bfa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,7 +53,7 @@ pages:
# Manual task to produce official BuildStream Docker images.
docker-image:
when: manual
- only: [ master ]
+ only: [ master, sam/docker-automation ]
script:
- docker login --password="$DOCKER_HUB_PASSWORD" --username="$DOCKER_HUB_USERNAME"
- docker build . --tag "buildstream/buildstream-fedora:latest"