Skip to content

Commit 0ed18cd

Browse files
Raluca Chispcercuei
authored andcommitted
CI: fix PushArtifacts stage
Signed-off-by: Raluca Chis <[email protected]>
1 parent 0939f12 commit 0ed18cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CI/travis/prepare_assets.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -e
22

33
release_artifacts() {
4-
local rpm_assets='CentOS-7-x86_64 CentOS-8-x86_64'
4+
local rpm_assets='CentOS-7-x86_64'
55
cd "${BUILD_ARTIFACTSTAGINGDIRECTORY}"
66
for i in $rpm_assets; do
77
cd "${i}"
@@ -40,7 +40,7 @@ release_artifacts() {
4040
}
4141

4242
swdownloads_artifacts() {
43-
local linux_dist='CentOS-7-x86_64 CentOS-8-x86_64 Ubuntu-16.04-x86_64 Ubuntu-18.04-x86_64
43+
local linux_dist='CentOS-7-x86_64 Ubuntu-16.04-x86_64 Ubuntu-18.04-x86_64
4444
Ubuntu-20.04-x86_64 Debian-Buster-ARM Debian-Buster-ARM64'
4545
for distribution in $linux_dist; do
4646
cd "${BUILD_ARTIFACTSTAGINGDIRECTORY}"

0 commit comments

Comments
 (0)