mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-24 01:31:44 +00:00
Compare commits
1 Commits
v2021.1.6.
...
v2021.1.6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e6b0f398b6 |
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -216,8 +216,6 @@ jobs:
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 11
|
||||
- run: |
|
||||
git describe --tags --exclude="Dev"
|
||||
- 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