Skip to content

Commit

Permalink
ci: Remove references to CircleCI, which we no longer use.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmv authored and timabbott committed Jul 16, 2022
1 parent f8e2d65 commit 39efe6f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tools/ci/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN cd $(mktemp -d) \
&& tar -xf "zulip-server-$VERSION.tar.gz" \
&& sudo service rabbitmq-server start \
&& sudo service rabbitmq-server status \
&& sudo -s "./zulip-server-$VERSION/scripts/setup/install" --self-signed-cert --hostname 127.0.0.1 --email circleci@example.com \
&& sudo -s "./zulip-server-$VERSION/scripts/setup/install" --self-signed-cert --hostname 127.0.0.1 --email ci@example.com \
&& sudo service rabbitmq-server stop

CMD ["/bin/sh"]
4 changes: 2 additions & 2 deletions tools/ci/production-install
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ fi
# Install
if [ -z "$TEST_CUSTOM_DB" ]; then
echo "Testing production install with default database name and user."
"$ZULIP_PATH"/scripts/setup/install --self-signed-cert --hostname 127.0.0.1 --email circleci@example.com
"$ZULIP_PATH"/scripts/setup/install --self-signed-cert --hostname 127.0.0.1 --email ci@example.com
else
echo "Testing production install with custom database name and user."
"$ZULIP_PATH"/scripts/setup/install --self-signed-cert --hostname 127.0.0.1 --email circleci@example.com --postgresql-database-user zulipcustomuser --postgresql-database-name zulipcustomdb
"$ZULIP_PATH"/scripts/setup/install --self-signed-cert --hostname 127.0.0.1 --email ci@example.com --postgresql-database-user zulipcustomuser --postgresql-database-name zulipcustomdb
fi

if [ "$os_id $os_version_id" = 'ubuntu 20.04' ]; then
Expand Down
2 changes: 1 addition & 1 deletion tools/ci/production-verify
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ done
cat >>/etc/zulip/settings.py <<EOF
# CircleCI override settings above
AUTHENTICATION_BACKENDS = ( 'zproject.backends.EmailAuthBackend', )
NOREPLY_EMAIL_ADDRESS = 'noreply@circleci.example.com'
NOREPLY_EMAIL_ADDRESS = '[email protected]'
ALLOWED_HOSTS = []
EOF

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
"https://www.transifex.com/zulip/zulip/announcements/",
"https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh",
# Requires authentication
"https://circleci.com/gh/zulip/zulip/tree/main",
"https://circleci.com/gh/zulip/zulip/16617",
"https://www.linkedin.com/company/zulip-project",
# Returns 403 errors to HEAD requests
"https://giphy.com",
Expand Down

0 comments on commit 39efe6f

Please sign in to comment.