It gets the commit short SHA with local HASH=$(git describe --always) and then sends the output to a folder named after the short SHA with mc cp --attr acl=private -r output $SPACES/$HASH. I think this is probably overkill but curious to get your thoughts @AmandaDoyle @mbh329 @td928
It gets the commit short SHA with
local HASH=$(git describe --always)
and then sends the output to a folder named after the short SHA withmc cp --attr acl=private -r output $SPACES/$HASH
. I think this is probably overkill but curious to get your thoughts @AmandaDoyle @mbh329 @td928