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
OpenDAS
dynamo
Commits
a67d3e8b
Commit
a67d3e8b
authored
Mar 03, 2025
by
Harrison King Saturley-Hall
Browse files
ci: fix copyright checks container image
parent
d311cb5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/pre-merge.yml
.github/workflows/pre-merge.yml
+2
-2
No files found.
.github/workflows/pre-merge.yml
View file @
a67d3e8b
...
@@ -54,7 +54,7 @@ jobs:
...
@@ -54,7 +54,7 @@ jobs:
copyright-checks
:
copyright-checks
:
runs-on
:
ubuntu-24.04
runs-on
:
ubuntu-24.04
container
:
container
:
image
:
ghcr.io/
triton-inference-server/triton_distributed
/helm-tester:0.1.1
image
:
ghcr.io/
dynemo-ai/dynemo
/helm-tester:0.1.1
options
:
--tty
options
:
--tty
volumes
:
volumes
:
-
${{ github.workspace }}:/workspace
-
${{ github.workspace }}:/workspace
...
@@ -64,7 +64,7 @@ jobs:
...
@@ -64,7 +64,7 @@ jobs:
steps
:
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
# Allowlist both variants of the mounted source directory.
# Allowlist both variants of the mounted source directory.
-
run
:
git config --global --add safe.directory /__w/
triton_distributed/triton_distributed
-
run
:
git config --global --add safe.directory /__w/
dynemo/dynemo
-
run
:
git config --global --add safe.directory /workspace
-
run
:
git config --global --add safe.directory /workspace
-
run
:
pwsh /workspace/.github/workflows/copyright-check.ps1
-
run
:
pwsh /workspace/.github/workflows/copyright-check.ps1
env
:
env
:
...
...
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