Release 0.6.0 #360

Merged
Jef Roosens merged 47 commits from release-0.6.0 into main 2023-07-17 13:35:04 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ba89110eab - Show all commits

View file

@ -57,7 +57,7 @@ pipeline:
- export OBJ_PATH="/vieter/commits/$CI_COMMIT_SHA/vieter-$(echo '${PLATFORM}' | sed 's:/:-:g')"
- export SIG_STRING="PUT\n\n$CONTENT_TYPE\n$DATE\n$OBJ_PATH"
- export SIGNATURE="$(echo -en $SIG_STRING | openssl sha1 -hmac $S3_PASSWORD -binary | base64)"
- export SIGNATURE="$(echo -en $SIG_STRING | openssl dgst -sha1 -hmac $S3_PASSWORD -binary | base64)"
- >
curl
--silent

View file

@ -88,7 +88,7 @@ fmt:
# Testing
.PHONY: test
test:
test: libvieter
$(V) -g test $(SRC_DIR)