We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d519e1 commit 1663c08Copy full SHA for 1663c08
.travis.yml
@@ -8,7 +8,7 @@ notifications:
8
- team@appwrite.io
9
10
install:
11
- - echo "${DOCKERHUB_PULL_PASSWORD}" | docker login --username "${DOCKERHUB_PULL_USERNAME}" --password-stdin
+ - echo 'DOCKER_OPTS="$DOCKER_OPTS --registry-mirror=https://mirror.gcr.io"'
12
- composer install
13
14
script:
0 commit comments