Skip to content

Commit

Permalink
CI: fix PushArtifacts stage
Browse files Browse the repository at this point in the history
Signed-off-by: Raluca Chis <[email protected]>
  • Loading branch information
Raluca Chis authored and pcercuei committed Feb 14, 2022
1 parent 0939f12 commit 0ed18cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CI/travis/prepare_assets.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e

release_artifacts() {
local rpm_assets='CentOS-7-x86_64 CentOS-8-x86_64'
local rpm_assets='CentOS-7-x86_64'
cd "${BUILD_ARTIFACTSTAGINGDIRECTORY}"
for i in $rpm_assets; do
cd "${i}"
Expand Down Expand Up @@ -40,7 +40,7 @@ release_artifacts() {
}

swdownloads_artifacts() {
local linux_dist='CentOS-7-x86_64 CentOS-8-x86_64 Ubuntu-16.04-x86_64 Ubuntu-18.04-x86_64
local linux_dist='CentOS-7-x86_64 Ubuntu-16.04-x86_64 Ubuntu-18.04-x86_64
Ubuntu-20.04-x86_64 Debian-Buster-ARM Debian-Buster-ARM64'
for distribution in $linux_dist; do
cd "${BUILD_ARTIFACTSTAGINGDIRECTORY}"
Expand Down

0 comments on commit 0ed18cd

Please sign in to comment.