-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* check using xargs * fix broken BC link * install npm, run precommit before unit tests * try to install npm * try a node image build * add workflow * don't use precommit on node run * sudo make me a sandwich * pass config arg * revert CI order change * retry precommit * sudo apt-get * sudo npm * make sure fails on bad link * cleanup and refix link
- Loading branch information
Chris Elion
authored
Sep 12, 2019
1 parent
7fc5f54
commit 884a662
Showing
4 changed files
with
69 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"ignorePatterns": [ | ||
{ | ||
"pattern": "^http://localhost", | ||
"comment": "Ignore local tensorboard links" | ||
}, | ||
{ | ||
"pattern": "^https://developer.nvidia.com/compute/machine-learning/cudnn/secure", | ||
"comment": "Requires login" | ||
} | ||
] | ||
} |