-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add stable-2.14 and ignore for devel
- Loading branch information
William Astorga
committed
Oct 5, 2022
1 parent
b57dcfc
commit c34270f
Showing
2 changed files
with
11 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ jobs: | |
- stable-2.11 | ||
- stable-2.12 | ||
- stable-2.13 | ||
- stable-2.14 | ||
- devel | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
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,10 @@ | ||
plugins/module_utils/dnac.py compile-2.7!skip # Python 2.7 is not supported by the DNA Center SDK | ||
plugins/module_utils/dnac.py import-2.7!skip # Python 2.7 is not supported by the DNA Center SDK | ||
plugins/modules/pnp_intent.py compile-2.7!skip # Python 2.7 is not supported by the DNA Center SDK | ||
plugins/modules/template_intent.py compile-2.7!skip # Python 2.7 is not supported by the DNA Center SDK | ||
plugins/modules/site_intent.py compile-2.7!skip # Python 2.7 is not supported by the DNA Center SDK | ||
plugins/modules/swim_intent.py compile-2.7!skip # Python 2.7 is not supported by the DNA Center SDK | ||
plugins/modules/pnp_intent.py import-2.7!skip # Python 2.7 is not supported by the DNA Center SDK | ||
plugins/modules/template_intent.py import-2.7!skip # Python 2.7 is not supported by the DNA Center SDK | ||
plugins/modules/site_intent.py import-2.7!skip # Python 2.7 is not supported by the DNA Center SDK | ||
plugins/modules/swim_intent.py import-2.7!skip # Python 2.7 is not supported by the DNA Center SDK |