Spaces:
Sleeping
Sleeping
Joannes Landy commited on
Clean up docker-publish.yml workflow
Browse filesRemoved unnecessary echo and git commands from workflow.
.github/workflows/docker-publish.yml
CHANGED
|
@@ -29,11 +29,6 @@ jobs:
|
|
| 29 |
pip install -U huggingface_hub
|
| 30 |
pip install hf_xet
|
| 31 |
|
| 32 |
-
echo '---------check depot -----------------'
|
| 33 |
-
ls -la
|
| 34 |
-
git status
|
| 35 |
-
git branch
|
| 36 |
-
echo '--------------------------'
|
| 37 |
git config --global user.email $HF_MAIL
|
| 38 |
git config --global user.name $HF_USER
|
| 39 |
|
|
|
|
| 29 |
pip install -U huggingface_hub
|
| 30 |
pip install hf_xet
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
git config --global user.email $HF_MAIL
|
| 33 |
git config --global user.name $HF_USER
|
| 34 |
|