Skip to content

Commit 4be932c

Browse files
authored
create-deployment-spack.yml: Updated build_stage directory (#78)
1 parent 1eee2ec commit 4be932c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-deployment-spack.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
# Create restricted folders
7272
mkdir -p ${{ env.ROOT_VERSION_LOCATION }}/restricted/ukmo/release
7373
mkdir -p ${{ env.ROOT_VERSION_LOCATION }}/restricted/ukmo/source_cache
74-
mkdir -p $tempdir/$user/restricted/spack-stage
74+
mkdir -p $TMPDIR/restricted/spack-stage
7575
7676
setfacl --recursive -m \
7777
"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::---" \
78-
${{ env.ROOT_VERSION_LOCATION }}/restricted $tempdir/$user/restricted
78+
${{ env.ROOT_VERSION_LOCATION }}/restricted $TMPDIR/restricted
7979
EOT

0 commit comments

Comments
 (0)