Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Try to launch next CI job.
  • Loading branch information
Narsil committed Jan 23, 2025
commit 958b30fa01ed16833760d48923881f2d2e97ae80
2 changes: 0 additions & 2 deletions .github/workflows/python-api-sentence-transformers-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ jobs:
- name: Deploy on API
run: |
# Load the tags into the env
cat out.txt >> $GITHUB_ENV
export $(xargs < out.txt)
echo sha-${env.GITHUB_SHA_SHORT}
# Weird single quote escape mechanism because string interpolation does
# not work on single quote in bash
Expand Down
Loading