CI: fix typo
This commit is contained in:
parent
ffb0955fdb
commit
07bf62812d
1 changed files with 1 additions and 1 deletions
|
@ -71,6 +71,6 @@ pipeline:
|
|||
curl --silent -u $APT_CREDS -X PUT -H 'Content-Type: application/json' --data "{\"Snapshots\": [{\"Component\": \"main\", \"Name\": \"$APT_SNAP_NAME\"}]}" $APT_API_URL/publish/:./$APT_REPO_NAME
|
||||
- echo "Check uploaded packages..."
|
||||
- >
|
||||
curl --silent -u $APT_CREDS '$APT_API_URL/repos/stable/packages?q=check-slapdd-crc32'|jq
|
||||
curl --silent -u $APT_CREDS "$APT_API_URL/repos/stable/packages?q=check-slapdd-crc32"|jq
|
||||
- echo "Done"
|
||||
secrets: [ apt_api_url, apt_creds, apt_repo_name ]
|
||||
|
|
Loading…
Reference in a new issue