File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -210,12 +210,12 @@ jobs:
210
210
- name : Inject slug/short variables
211
211
uses :
rlespinasse/[email protected]
212
212
213
- - name : Login to internal Container Registry
214
- uses : docker/login-action@v3
215
- with :
216
- username : ${{ secrets.TAILSCALE_DOCKER_USERNAME }}
217
- password : ${{ secrets.TAILSCALE_DOCKER_PASSWORD }}
218
- registry : registry.internal.huggingface.tech
213
+ # - name: Login to internal Container Registry
214
+ # uses: docker/login-action@v3
215
+ # with:
216
+ # username: ${{ secrets.TAILSCALE_DOCKER_USERNAME }}
217
+ # password: ${{ secrets.TAILSCALE_DOCKER_PASSWORD }}
218
+ # registry: registry.internal.huggingface.tech
219
219
220
220
- name : Set up Python
221
221
uses : actions/setup-python@v4
@@ -241,8 +241,8 @@ jobs:
241
241
242
242
pytest -s -vvvvv integration-tests
243
243
244
- - name : Tailscale Wait
245
- if : ${{ failure() || runner.debug == '1' }}
246
- uses : huggingface/tailscale-action@main
247
- with :
248
- waitForSSH : true
244
+ # - name: Tailscale Wait
245
+ # if: ${{ failure() || runner.debug == '1' }}
246
+ # uses: huggingface/tailscale-action@main
247
+ # with:
248
+ # waitForSSH: true
You can’t perform that action at this time.
0 commit comments