Compare commits

..

No commits in common. "beefc0ff286e33ef695d08c358718d3a1a206908" and "43dd22ff9c4d740d771bfb6577df7c22fec8373b" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,7 @@
image: ${DOCKER}debian:bookworm
job:
script:
- echo "${SPCD}" | sh -s
- sh ${SPCD}
- spcd-build-project
- spcd-browse-workspace

View file

@ -707,8 +707,7 @@ ${spcd_ipm__url}
exit
spcd_ipm__script="${spcd_ipm__root}/${spcd_ipm__name}/spcd.sh"
if [ -f "${spcd_ipm__script}" ]; then
echo -n "${SPCD}" | sha256sum
echo -n "${SPCD}" | wc --bytes
echo "${SPCD}" | sha256sum
sha256sum "${spcd_ipm__script}"
fi
spcd_ipm__path="${spcd_ipm__root}/${spcd_ipm__name}/${spcd_ipm__name}"