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

fix: wrong project id

parent c6e4764a
No related branches found
No related tags found
No related merge requests found
Pipeline #29832 passed
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
# this file is generated by nix/scripts/init-project.nix # this file is generated by nix/scripts/init-project.nix
# please don't edit it manually # please don't edit it manually
version = "0.4.3"; version = "0.4.2";
commit = "f82e5d14c62357316d5fe738f1ce0c09e81123d0"; commit = "c6e4764a53c2f39f55e1a45e25249385c03513be";
projectURL = "https://gitlab.schukai.com/oss/libraries/go/markup/html"; projectURL = "https://gitlab.schukai.com/oss/libraries/go/markup/html";
name = "HTML"; name = "HTML";
mnemonic = "html"; mnemonic = "html";
...@@ -12,4 +12,4 @@ ...@@ -12,4 +12,4 @@
# this file is generated by nix/scripts/init-project.nix # this file is generated by nix/scripts/init-project.nix
# please don't edit it manually # please don't edit it manually
} }
\ No newline at end of file
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
name = "HTML"; name = "HTML";
mnemonic = "html"; mnemonic = "html";
projectID = "512"; projectID = "431";
# this file is generated by nix/scripts/init-project.nix # this file is generated by nix/scripts/init-project.nix
# please don't edit it manually # please don't edit it manually
} }
\ No newline at end of file
...@@ -50,6 +50,8 @@ in ...@@ -50,6 +50,8 @@ in
exit 0 exit 0
fi fi
gitVersion=v$gitVersion
echo_step "Write project version" echo_step "Write project version"
export VERSION=$gitVersion export VERSION=$gitVersion
......
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