Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
3ad26a49
"src/git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "656d2676c2174781c91747ba158cb6d27f4cacbd"
Unverified
Commit
3ad26a49
authored
Apr 14, 2022
by
James Lamb
Committed by
GitHub
Apr 15, 2022
Browse files
[ci] fix git checkout for CI jobs (fixes #5151) (#5152)
parent
6105ba9d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
.github/workflows/r_package.yml
.github/workflows/r_package.yml
+6
-0
.github/workflows/static_analysis.yml
.github/workflows/static_analysis.yml
+3
-0
No files found.
.github/workflows/r_package.yml
View file @
3ad26a49
...
@@ -180,6 +180,9 @@ jobs:
...
@@ -180,6 +180,9 @@ jobs:
-
r_customization
:
csan
-
r_customization
:
csan
compiler
:
clang
compiler
:
clang
steps
:
steps
:
-
name
:
Trust git cloning LightGBM
run
:
|
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v2.4.0
uses
:
actions/checkout@v2.4.0
with
:
with
:
...
@@ -210,6 +213,9 @@ jobs:
...
@@ -210,6 +213,9 @@ jobs:
run
:
|
run
:
|
apt-get update --allow-releaseinfo-change
apt-get update --allow-releaseinfo-change
apt-get install --no-install-recommends -y git
apt-get install --no-install-recommends -y git
-
name
:
Trust git cloning LightGBM
run
:
|
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v2.4.0
uses
:
actions/checkout@v2.4.0
with
:
with
:
...
...
.github/workflows/static_analysis.yml
View file @
3ad26a49
...
@@ -49,6 +49,9 @@ jobs:
...
@@ -49,6 +49,9 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
container
:
rocker/verse
container
:
rocker/verse
steps
:
steps
:
-
name
:
Trust git cloning LightGBM
run
:
|
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v2.4.0
uses
:
actions/checkout@v2.4.0
with
:
with
:
...
...
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