Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
ff78b3e9
Commit
ff78b3e9
authored
Nov 10, 2020
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sw repo is updated by the runner itself
parent
0d18398b
Pipeline
#15819
canceled with stages
in 5 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
CI/ci-linux-config.sh
CI/ci-linux-config.sh
+9
-8
No files found.
CI/ci-linux-config.sh
View file @
ff78b3e9
...
...
@@ -95,13 +95,14 @@ fi
# chmod 700 ~/.ssh
#fi
if
[
!
-d
"~/sw/.git"
]
;
then
echo
Library update skipped
else
git
-C
"~/sw"
remote add alt https://gitlab-ci-token:
${
CI_JOB_TOKEN
}
@www.graphics.rwth-aachen.de:9000/Library-Management/Linux-Libraries.git openflipper/Linux-Libraries
git
-C
"~/sw"
checkout master
git
-C
"~/sw"
pull alt master
git
-C
"~/sw"
remote remove alt
fi
# Don't mess with the repo here.
#if [ ! -d "~/sw/.git" ]; then
# echo Library update skipped
#else
# git -C "~/sw" remote add alt https://gitlab-ci-token:${CI_JOB_TOKEN}@www.graphics.rwth-aachen.de:9000/Library-Management/Linux-Libraries.git openflipper/Linux-Libraries
# git -C "~/sw" checkout master
# git -C "~/sw" pull alt master
# git -C "~/sw" remote remove alt
#fi
echo
"Buildpath is:
$BUILDPATH
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment