Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Monster
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Javascript
Monster
Commits
63176804
Verified
Commit
63176804
authored
11 months ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
fix: wip new pipeline
parent
d365433d
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
.gitlab-ci.yml
+6
-6
6 additions, 6 deletions
.gitlab-ci.yml
flake.nix
+1
-2
1 addition, 2 deletions
flake.nix
with
7 additions
and
8 deletions
.gitlab-ci.yml
+
6
−
6
View file @
63176804
...
...
@@ -9,12 +9,12 @@ stages:
-
test
-
deploy
before_script
:
-
git config --global user.email "${GITLAB_USER_EMAIL}"
-
git config --global user.name "${GITLAB_USER_NAME}"
-
git config --global credential.helper '!f() { echo "username=gitlab-ci-token"; echo "password=${CI_JOB_TOKEN}"; }; f'
-
git config --global pull.rebase
true
-
git config --global http.sslVerify "false"
#
before_script:
#
- git config --global user.email "${GITLAB_USER_EMAIL}"
#
- git config --global user.name "${GITLAB_USER_NAME}"
#
- git config --global credential.helper '!f() { echo "username=gitlab-ci-token"; echo "password=${CI_JOB_TOKEN}"; }; f'
#
- git config --global pull.rebase true
#
- git config --global http.sslVerify "false"
after_script
:
-
if [ -f .env-gitlab-ci ]; then rm .env-gitlab-ci; fi
...
...
This diff is collapsed.
Click to expand it.
flake.nix
+
1
−
2
View file @
63176804
...
...
@@ -49,8 +49,7 @@
];
gitlabPackages
=
commonPackages
++
[
[
script-run-ci-tests
];
...
...
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