mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Adding some echos to bette runderstand where the build hangs
This commit is contained in:
parent
ba18258750
commit
7817315f8b
@ -60,9 +60,12 @@ jobs:
|
|||||||
after_success:
|
after_success:
|
||||||
- true
|
- true
|
||||||
script:
|
script:
|
||||||
|
- echo "Starting arm64v8 build, login to docker"
|
||||||
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||||
# travis_wait 60 tells travis to wait for up to 60 minutes - default is 20, which is too short
|
# travis_wait 60 tells travis to wait for up to 60 minutes - default is 20, which is too short
|
||||||
|
- echo "Build ..."
|
||||||
- travis_wait 60 docker build -f Dockerfile --tag=${DOCKER_REPO}:${TRAVIS_COMMIT}-arm64v8 .
|
- travis_wait 60 docker build -f Dockerfile --tag=${DOCKER_REPO}:${TRAVIS_COMMIT}-arm64v8 .
|
||||||
|
- echo "Push"
|
||||||
- docker push ${DOCKER_REPO}:${TRAVIS_COMMIT}-arm64v8
|
- docker push ${DOCKER_REPO}:${TRAVIS_COMMIT}-arm64v8
|
||||||
arch: arm64
|
arch: arm64
|
||||||
on:
|
on:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user