Skip to content
Snippets Groups Projects
Verified Commit d6e792bc authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: wrong project id

parent 7b2d62db
No related branches found
No related tags found
No related merge requests found
......@@ -2,14 +2,14 @@
# this file is generated by nix/scripts/init-project.nix
# please don't edit it manually
version = "v1.22.3";
commit = "6a57758f1e003b0c3c9b997c118ec6e994b1a795";
version = "1.22.3";
commit = "7b2d62dbef9d964a9aaf6c23c4bf2ca36ccb62f9";
projectURL = "https://gitlab.schukai.com/oss/configuration";
name = "configuration";
mnemonic = "configuration";
projectID = "512";
projectID = "411";
# this file is generated by nix/scripts/init-project.nix
# please don't edit it manually
}
\ No newline at end of file
}
......@@ -21,7 +21,7 @@ in
echo_ok "Exiting."
exit 0
fi
if [[ -f "assets/test.env" ]]; then
echo_hint "Loading test environment variables"
set -a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment