diff options
author | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2018-09-25 10:29:38 +0100 |
---|---|---|
committer | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2018-09-27 12:00:40 +0100 |
commit | 73a089f461dce236ce84054e591eff873200dbbb (patch) | |
tree | 910acb3937061f7c0b93164664683c7f00f9f31a /.circleci | |
parent | Fix typo (diff) | |
download | synapse-73a089f461dce236ce84054e591eff873200dbbb.tar.xz |
Make username configurable in the UI too
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index e404818a5e..9a43477185 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ jobs: steps: - checkout - run: docker build -f docker/Dockerfile -t matrixdotorg/synapse:$CIRCLE_TAG . - - run: docker login --username matrixdotorg --password $DOCKER_HUB_PASSWORD + - run: docker login --username $DOCKER_HUB_USERNAME --password $DOCKER_HUB_PASSWORD - run: docker push sytestpy2: machine: true |