Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dedal
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
dedal
Commits
4b265ae8
Commit
4b265ae8
authored
1 year ago
by
Philipp Spilger
Browse files
Options
Downloads
Patches
Plain Diff
chore: Remove unused chmod on stable builds of container image
Change-Id: Idf5d54a5b5f2dd83f3d7df8cd2b44683f55fb5b6
parent
aa4c7833
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/yashchiki/build_image.sh
+0
-5
0 additions, 5 deletions
lib/yashchiki/build_image.sh
with
0 additions
and
5 deletions
lib/yashchiki/build_image.sh
+
0
−
5
View file @
4b265ae8
...
@@ -28,8 +28,3 @@ sudo /usr/local/singularity/sif_builder/bin/singularity build ${YASHCHIKI_IMAGE_
...
@@ -28,8 +28,3 @@ sudo /usr/local/singularity/sif_builder/bin/singularity build ${YASHCHIKI_IMAGE_
sudo
umount
"
${
TARGET_FOLDER
}
/opt/spack"
sudo
umount
"
${
TARGET_FOLDER
}
/opt/spack"
sudo chown
-R
$(
id
-un
)
${
YASHCHIKI_IMAGE_NAME
}
sudo chown
-R
$(
id
-un
)
${
YASHCHIKI_IMAGE_NAME
}
if
[[
"
${
CONTAINER_BUILD_TYPE
}
"
=
~
"^stable$"
]]
;
then
# allow spack user to execute image
chmod
+rx
${
YASHCHIKI_IMAGE_NAME
}
fi
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment