Skip to content
Snippets Groups Projects
Commit 37d872cf authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

fix(ci): Add missing 'do' keyword

parent e2e97d8e
No related branches found
No related tags found
No related merge requests found
Pipeline #323 passed
...@@ -126,4 +126,4 @@ fedora: ...@@ -126,4 +126,4 @@ fedora:
- dnf builddep -y ~/rpmbuild/SPECS/rust-nm-reactor.spec - dnf builddep -y ~/rpmbuild/SPECS/rust-nm-reactor.spec
- rpmbuild -ba ~/rpmbuild/SPECS/rust-nm-reactor.spec - rpmbuild -ba ~/rpmbuild/SPECS/rust-nm-reactor.spec
- | - |
for file in ~/rpmbuild/RPMS/**/*.rpm; curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file ${file} ${PACKAGE_REGISTRY_URL}/$(basename $file); done for file in ~/rpmbuild/RPMS/**/*.rpm; do curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file ${file} ${PACKAGE_REGISTRY_URL}/$(basename $file); done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment