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
vision
Commits
d1b2f4a1
"...text-generation-inference.git" did not exist on "aefde28b45cad8c2e93f91f690ecc60eee7bd75c"
Unverified
Commit
d1b2f4a1
authored
Jun 15, 2022
by
Andrey Talman
Committed by
GitHub
Jun 15, 2022
Browse files
Fix push on release reference name (#6170)
parent
bbc1aac8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.github/workflows/build-m1-binaries.yml
.github/workflows/build-m1-binaries.yml
+2
-2
.github/workflows/test-m1.yml
.github/workflows/test-m1.yml
+1
-1
No files found.
.github/workflows/build-m1-binaries.yml
View file @
d1b2f4a1
...
@@ -33,7 +33,7 @@ jobs:
...
@@ -33,7 +33,7 @@ jobs:
echo "CHANNEL=test" >> "$GITHUB_ENV"
echo "CHANNEL=test" >> "$GITHUB_ENV"
fi
fi
-
name
:
Set Release CHANNEL (for release)
-
name
:
Set Release CHANNEL (for release)
if
:
${{ (github.event_name == 'pull_request' && startsWith(github.base_ref, 'release')) || startsWith(github.ref, 'release') }}
if
:
${{ (github.event_name == 'pull_request' && startsWith(github.base_ref, 'release')) || startsWith(github.ref, '
refs/heads/
release') }}
run
:
|
run
:
|
echo "CHANNEL=test" >> "$GITHUB_ENV"
echo "CHANNEL=test" >> "$GITHUB_ENV"
-
name
:
Build TorchVision M1 wheel
-
name
:
Build TorchVision M1 wheel
...
@@ -110,7 +110,7 @@ jobs:
...
@@ -110,7 +110,7 @@ jobs:
echo "CHANNEL=test" >> "$GITHUB_ENV"
echo "CHANNEL=test" >> "$GITHUB_ENV"
fi
fi
-
name
:
Set CHANNEL Release (for release)
-
name
:
Set CHANNEL Release (for release)
if
:
${{ (github.event_name == 'pull_request' && startsWith(github.base_ref, 'release')) || startsWith(github.ref, 'release') }}
if
:
${{ (github.event_name == 'pull_request' && startsWith(github.base_ref, 'release')) || startsWith(github.ref, '
refs/heads/
release') }}
run
:
|
run
:
|
echo "CHANNEL=test" >> "$GITHUB_ENV"
echo "CHANNEL=test" >> "$GITHUB_ENV"
-
name
:
Install conda-build and purge previous artifacts
-
name
:
Install conda-build and purge previous artifacts
...
...
.github/workflows/test-m1.yml
View file @
d1b2f4a1
...
@@ -23,7 +23,7 @@ jobs:
...
@@ -23,7 +23,7 @@ jobs:
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v2
uses
:
actions/checkout@v2
-
name
:
Set Release CHANNEL (for release)
-
name
:
Set Release CHANNEL (for release)
if
:
${{ (github.event_name == 'pull_request' && startsWith(github.base_ref, 'release')) || startsWith(github.ref, 'release') }}
if
:
${{ (github.event_name == 'pull_request' && startsWith(github.base_ref, 'release')) || startsWith(github.ref, '
refs/heads/
release') }}
run
:
|
run
:
|
echo "CHANNEL=test" >> "$GITHUB_ENV"
echo "CHANNEL=test" >> "$GITHUB_ENV"
-
name
:
Install TorchVision
-
name
:
Install TorchVision
...
...
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