Skip to content

Commit

Permalink
create-deployment-spack.yml: Updated build_stage directory (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat authored May 17, 2024
1 parent 1eee2ec commit 4be932c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-deployment-spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
# Create restricted folders
mkdir -p ${{ env.ROOT_VERSION_LOCATION }}/restricted/ukmo/release
mkdir -p ${{ env.ROOT_VERSION_LOCATION }}/restricted/ukmo/source_cache
mkdir -p $tempdir/$user/restricted/spack-stage
mkdir -p $TMPDIR/restricted/spack-stage
setfacl --recursive -m \
"g:vk83_w:r-X,g:ki32_mosrs:r-X,g:vk83:---,other::---,d:g:vk83_w:r-X,d:g:ki32_mosrs:r-X,d:g:vk83:---,d:other::---" \
${{ env.ROOT_VERSION_LOCATION }}/restricted $tempdir/$user/restricted
${{ env.ROOT_VERSION_LOCATION }}/restricted $TMPDIR/restricted
EOT

0 comments on commit 4be932c

Please sign in to comment.