Skip to content

Commit

Permalink
Change the default location of the package server
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans committed Sep 7, 2023
1 parent 943fa4e commit 44c4972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/linux/upload/entrypoint-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

HOME=$(getent passwd "$(whoami)" | cut -d: -f6)
: ${PACKAGE_SERVER:="sftp://uploader@upload-packages.edgedb.com:2222/"}
: ${PACKAGE_SERVER:="sftp://uploader@package-upload.edgedb.net/"}

mkdir -p "${HOME}/.ssh" && chmod 700 "${HOME}/.ssh"
if [ -f "${PACKAGE_UPLOAD_SSH_KEY_FILE}" ]; then
Expand Down
2 changes: 1 addition & 1 deletion integration/linux/upload/linux-x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN /bin/echo -e '#!/bin/bash\n\
set -e\n\
\n\
HOME=$(getent passwd "$(whoami)" | cut -d: -f6)\n\
: ${PACKAGE_SERVER:="sftp://uploader@upload-packages.edgedb.com:2222/"}\n\
: ${PACKAGE_SERVER:="sftp://uploader@package-upload.edgedb.net/"}\n\
\n\
mkdir -p "${HOME}/.ssh" && chmod 700 "${HOME}/.ssh"\n\
if [ -f "${PACKAGE_UPLOAD_SSH_KEY_FILE}" ]; then\n\
Expand Down

0 comments on commit 44c4972

Please sign in to comment.