You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the nfse after_prepare hook because of the invalid XSD file. I put it here to avoid loosing it by mistake until it's properly committed in akretion/nfselib.
#!/usr/bin/env bash
set -eo pipefail
after_prepare() {
local schema_name=$1
local version=$2
# rename
mv $ROOT_DIR/schemas/$schema_name/$version/*.txt* $ROOT_DIR/schemas/$schema_name/$version/nfse_v2.03.xsd
# fix schema typo
sed -i 's/ xsd:/<xsd:/' "$ROOT_DIR/schemas/$schema_name/$version/nfse_v2.03.xsd"
}
after_prepare $@
The text was updated successfully, but these errors were encountered:
This is the nfse after_prepare hook because of the invalid XSD file. I put it here to avoid loosing it by mistake until it's properly committed in akretion/nfselib.
The text was updated successfully, but these errors were encountered: