Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:26
erlang
3296-Realize-that-pattern-contains-directory.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 3296-Realize-that-pattern-contains-directory.patch of Package erlang
From ba5f2f824b7af4a4bf1b57ec4a39d496e05a5ada Mon Sep 17 00:00:00 2001 From: Raimo Niskanen <raimo@erlang.org> Date: Tue, 16 Jul 2024 11:23:38 +0200 Subject: [PATCH] Realize that pattern contains directory --- .github/scripts/sync-github-releases.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/sync-github-releases.sh b/.github/scripts/sync-github-releases.sh index 50fa8fec71..db616a7742 100755 --- a/.github/scripts/sync-github-releases.sh +++ b/.github/scripts/sync-github-releases.sh @@ -238,8 +238,8 @@ if [ ${UPLOADED} = false ]; then ## Delete any artifacts that we should not upload for artifact in dowloads/*; do - if ! echo "${RI[@]}" | grep "${artifact}" 2> /dev/null > /dev/null; then - rm -f "downloads/${artifact}" + if ! echo "${RI[@]}" | grep "${artifact#downloads/}" 2> /dev/null > /dev/null; then + rm -f "${artifact}" fi done _upload_artifacts "${name}" -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor