We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e1cab1 commit faaa79eCopy full SHA for faaa79e
ci/scripts/alps.sh
@@ -144,7 +144,7 @@ uenv_pull_meta_dir() {
144
# # error: no matching uenv
145
# uenv image inspect --format='{sqfs}' build::prgenv-gnu/next:2078663062
146
# # error: invalid search term: found unexpected ':'
147
- img_name=`echo img |sed -e "s/build:://" -e "s/service:://"`
+ img_name=`echo "$img" |sed -e "s/build:://" -e "s/service:://"`
148
uenv image inspect --format='{sqfs}' "$img_name" 2>&1 |grep -q "error:" ;sqfs_missing=$?
149
150
if [ $sqfs_missing -eq 0 ] ; then
0 commit comments