Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Configuration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Libraries
Go
Application
Configuration
Commits
d6e792bc
Verified
Commit
d6e792bc
authored
6 months ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
fix: wrong project id
parent
7b2d62db
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
nix/config/release.nix
+4
-4
4 additions, 4 deletions
nix/config/release.nix
nix/scripts/run-tests.nix
+1
-1
1 addition, 1 deletion
nix/scripts/run-tests.nix
with
5 additions
and
5 deletions
nix/config/release.nix
+
4
−
4
View file @
d6e792bc
...
...
@@ -2,14 +2,14 @@
# this file is generated by nix/scripts/init-project.nix
# please don't edit it manually
version
=
"
v
1.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
}
This diff is collapsed.
Click to expand it.
nix/scripts/run-tests.nix
+
1
−
1
View file @
d6e792bc
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment