Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cli-client
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
cli-client
Merge requests
!3
XX-4183/rootless CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Open
XX-4183/rootless CI
Jakub/rootless-CI
into
release
Overview
0
Commits
1
Pipelines
0
Changes
1
Open
XX-4183/rootless CI
Jakub Pelka
requested to merge
Jakub/rootless-CI
into
release
Sep 21, 2022
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
release
release (HEAD)
and
latest version
latest version
e9631a9b
1 commit,
Sep 21, 2022
1 file
+
0
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
0
−
1
View file @ dba09547
Edit in single-file editor
Open in Web IDE
Show full file
@@ -8,7 +8,6 @@ before_script:
@@ -8,7 +8,6 @@ before_script:
-
mkdir -p ~/.ssh
-
mkdir -p ~/.ssh
-
chmod 700 ~/.ssh
-
chmod 700 ~/.ssh
-
ssh-keyscan -t rsa $GITLAB_SERVER > ~/.ssh/known_hosts
-
ssh-keyscan -t rsa $GITLAB_SERVER > ~/.ssh/known_hosts
-
rm -rf ~/.gitconfig
-
git config --global url."git@$GITLAB_SERVER:".insteadOf "https://gitlab.com/"
-
git config --global url."git@$GITLAB_SERVER:".insteadOf "https://gitlab.com/"
-
git config --global url."git@$GITLAB_SERVER:".insteadOf "https://git.xx.network/" --add
-
git config --global url."git@$GITLAB_SERVER:".insteadOf "https://git.xx.network/" --add
-
export PATH=$HOME/go/bin:$PATH
-
export PATH=$HOME/go/bin:$PATH
Loading