Skip to content

Commit a19f330

Browse files
authored
Merge pull request #463 from xavgru12/access_rights_products
Static Linux SDK: change access right for products directory
2 parents 502a588 + 8985cc2 commit a19f330

File tree

1 file changed

+2
-0
lines changed
  • swift-ci/sdks/static-linux

1 file changed

+2
-0
lines changed

swift-ci/sdks/static-linux/build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ if $fetch; then
168168
fi
169169

170170
mkdir -p products
171+
chmod ugo+w products
172+
171173
build_args=
172174
build_mount=
173175
if [ ! -z "$build_volume" ]; then

0 commit comments

Comments
 (0)