chore: some fixes

metrics-fix
Jef Roosens 2023-01-18 18:10:47 +01:00 committed by Jef Roosens
parent ad19bc660a
commit ba89110eab
2 changed files with 2 additions and 2 deletions

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)