File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,11 +162,11 @@ promote_version() {
162
162
163
163
cloudsmith ls pkg thinedge/tedge-main -q " $query " -F json -l 500 \
164
164
| jq ' .data[] | .namespace + "/" + .repository + "/" + .slug' -r \
165
- | xargs -Ipackage cloudsmith cp package thin-edge/tedge-release --yes " ${COMMON_ARGS[@]} "
165
+ | xargs -Ipackage cloudsmith cp " ${COMMON_ARGS[@]} " --no-wait-for-sync " package " tedge-release
166
166
167
167
cloudsmith ls pkg thinedge/tedge-main-armv6 -q " $query " -F json -l 500 \
168
168
| jq ' .data[] | .namespace + "/" + .repository + "/" + .slug' -r \
169
- | xargs -Ipackage cloudsmith cp package thin-edge/tedge-release-armv6 --yes " ${COMMON_ARGS[@]} "
169
+ | xargs -Ipackage cloudsmith cp " ${COMMON_ARGS[@]} " --no-wait-for-sync " package " tedge-release-armv6
170
170
}
171
171
172
172
#
You can’t perform that action at this time.
0 commit comments