Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ben Boeckel
SMTK
Commits
f27a5384
Commit
f27a5384
authored
Feb 23, 2021
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP: ci: fedora31: use my fork
parent
53d5e5d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.gitlab/ci/docker/fedora31-paraview/install_superbuild.sh
.gitlab/ci/docker/fedora31-paraview/install_superbuild.sh
+1
-1
.gitlab/ci/docker/fedora31/install_superbuild.sh
.gitlab/ci/docker/fedora31/install_superbuild.sh
+1
-1
No files found.
.gitlab/ci/docker/fedora31-paraview/install_superbuild.sh
View file @
f27a5384
...
...
@@ -7,7 +7,7 @@ readonly superbuild_ref="$1"
shift
readonly
workdir
=
"/builds/gitlab-kitware-sciviz-ci"
git clone
--recursive
https://gitlab.kitware.com/
cmb
/cmb-superbuild.git
"
$workdir
"
git clone
--recursive
https://gitlab.kitware.com/
ben.boeckel
/cmb-superbuild.git
"
$workdir
"
git
-C
"
$workdir
"
checkout
"
$superbuild_ref
"
git
-C
"
$workdir
"
submodule update
--recursive
--init
export
GIT_CEILING_DIRECTORIES
=
"
$workdir
"
...
...
.gitlab/ci/docker/fedora31/install_superbuild.sh
View file @
f27a5384
...
...
@@ -7,7 +7,7 @@ readonly superbuild_ref="$1"
shift
readonly
workdir
=
"/builds/gitlab-kitware-sciviz-ci"
git clone
--recursive
https://gitlab.kitware.com/
cmb
/cmb-superbuild.git
"
$workdir
"
git clone
--recursive
https://gitlab.kitware.com/
ben.boeckel
/cmb-superbuild.git
"
$workdir
"
git
-C
"
$workdir
"
checkout
"
$superbuild_ref
"
git
-C
"
$workdir
"
submodule update
--recursive
--init
export
GIT_CEILING_DIRECTORIES
=
"
$workdir
"
...
...
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