mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
Compare commits
5 Commits
py-docs
...
v2021.1.6.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6e7192671d | ||
|
|
11b4504cd6 | ||
|
|
2eb0cbe280 | ||
|
|
1331faafb9 | ||
|
|
2122bba268 |
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -217,7 +217,7 @@ jobs:
|
||||
with:
|
||||
java-version: 11
|
||||
- run: |
|
||||
git describe --tags --exclude="Dev"
|
||||
git describe --tags --exclude="dev" --exclude="[dD]ev*"
|
||||
- run: |
|
||||
chmod +x gradlew
|
||||
./gradlew photon-lib:build --max-workers 1
|
||||
|
||||
@@ -8,7 +8,7 @@ gradle.allprojects {
|
||||
String tagIsh
|
||||
try {
|
||||
exec {
|
||||
commandLine 'git', 'describe', '--tags', '--exclude="Dev"', '--exclude="dev"'
|
||||
commandLine 'git', 'describe', '--tags', '--exclude="[dD]ev*"'
|
||||
standardOutput = stdout
|
||||
}
|
||||
tagIsh = stdout.toString().trim().toLowerCase()
|
||||
|
||||
Reference in New Issue
Block a user