mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-06-06 12:15:45 +00:00
Remove sudo
This commit is contained in:
parent
9eb12d0ae9
commit
58de0b9a21
2
.github/workflows/publish-docker-images.yml
vendored
2
.github/workflows/publish-docker-images.yml
vendored
@ -109,7 +109,7 @@ jobs:
|
||||
- name: Send deployment to Swarmia
|
||||
# if: github.event_name == 'push' && success()
|
||||
run: |
|
||||
sudo apt-get update && sudo apt-get install -y jq
|
||||
apt-get update && sudo apt-get install -y jq
|
||||
JSON_STRING=$( jq --null-input --compact-output \
|
||||
--arg version "${{ github.ref_name }}" \
|
||||
--arg appName "meilisearch" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user