Joannes Landy commited on
Commit
eb5be4a
·
unverified ·
1 Parent(s): c5d097c

Clean up docker-publish.yml workflow

Browse files

Removed 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