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
Torchaudio
Commits
b7dbdc6d
Unverified
Commit
b7dbdc6d
authored
Apr 24, 2020
by
moto
Committed by
GitHub
Apr 24, 2020
Browse files
Fix misconfigured nightly job (#583)
parent
fe55a83b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
.circleci/config.yml
.circleci/config.yml
+4
-1
.circleci/config.yml.in
.circleci/config.yml.in
+4
-1
No files found.
.circleci/config.yml
View file @
b7dbdc6d
...
@@ -319,7 +319,10 @@ workflows:
...
@@ -319,7 +319,10 @@ workflows:
python_version
:
'
3.8'
python_version
:
'
3.8'
nightly
:
nightly
:
jobs
:
jobs
:
-
circleci_consistency
-
circleci_consistency
:
filters
:
branches
:
only
:
nightly
-
binary_linux_wheel
:
-
binary_linux_wheel
:
filters
:
filters
:
branches
:
branches
:
...
...
.circleci/config.yml.in
View file @
b7dbdc6d
...
@@ -276,7 +276,10 @@ workflows:
...
@@ -276,7 +276,10 @@ workflows:
{{ unittest_workflows() }}
{{ unittest_workflows() }}
nightly:
nightly:
jobs:
jobs:
- circleci_consistency
- circleci_consistency:
filters:
branches:
only: nightly
{{ build_workflows(prefix="nightly_", filter_branch="nightly", upload=True) }}
{{ build_workflows(prefix="nightly_", filter_branch="nightly", upload=True) }}
docker_build:
docker_build:
triggers:
triggers:
...
...
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