File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 84
84
COMPOSE_HTTP_TIMEOUT : " 120"
85
85
run : |
86
86
export HOST_UID=$(id -u)
87
- docker compose --profile test up --build --exit-code-from djtest djtest
87
+ docker compose --profile test up --quiet-pull -- build --exit-code-from djtest djtest
88
88
lint :
89
89
runs-on : ubuntu-latest
90
90
strategy :
@@ -135,7 +135,7 @@ jobs:
135
135
export PACKAGE=datajoint
136
136
export UPSTREAM_REPO=https://github.com/${GITHUB_REPOSITORY}.git
137
137
export HOST_UID=$(id -u)
138
- docker compose -f docs/docker-compose.yaml up --exit-code-from docs --build
138
+ docker compose -f docs/docker-compose.yaml up --quiet-pull -- exit-code-from docs --build
139
139
git push origin gh-pages
140
140
publish-release :
141
141
if : |
@@ -216,7 +216,7 @@ jobs:
216
216
- name : Publish pip release
217
217
run : |
218
218
export HOST_UID=$(id -u)
219
- docker compose run --build \
219
+ docker compose run --build --quiet-pull \
220
220
-e TWINE_USERNAME=${TWINE_USERNAME} -e TWINE_PASSWORD=${TWINE_PASSWORD} app \
221
221
sh -c "pip install twine && python -m twine upload dist/*"
222
222
- name : Login to DockerHub
You can’t perform that action at this time.
0 commit comments