Compare commits
2 commits
43dd22ff9c
...
beefc0ff28
Author | SHA1 | Date | |
---|---|---|---|
beefc0ff28 | |||
b387226618 |
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
image: ${DOCKER}debian:bookworm
|
||||
job:
|
||||
script:
|
||||
- sh ${SPCD}
|
||||
- echo "${SPCD}" | sh -s
|
||||
|
||||
- spcd-build-project
|
||||
- spcd-browse-workspace
|
||||
|
|
3
spcd.sh
3
spcd.sh
|
@ -707,7 +707,8 @@ ${spcd_ipm__url}
|
|||
exit
|
||||
spcd_ipm__script="${spcd_ipm__root}/${spcd_ipm__name}/spcd.sh"
|
||||
if [ -f "${spcd_ipm__script}" ]; then
|
||||
echo "${SPCD}" | sha256sum
|
||||
echo -n "${SPCD}" | sha256sum
|
||||
echo -n "${SPCD}" | wc --bytes
|
||||
sha256sum "${spcd_ipm__script}"
|
||||
fi
|
||||
spcd_ipm__path="${spcd_ipm__root}/${spcd_ipm__name}/${spcd_ipm__name}"
|
||||
|
|
Loading…
Reference in a new issue