Skip to content

Commit 7002566

Browse files
authored
ci: remove official_build environment variable (#318)
1 parent 8e94377 commit 7002566

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
env:
15-
OFFICIAL_BUILD: 'True'
1615
# Set the build number in MinVer.
1716
MINVERBUILDMETADATA: build.${{github.run_number}}
1817

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
rid: [win-x64, linux-x64, osx-x64]
1818

1919
env:
20-
OFFICIAL_BUILD: 'True'
2120
# Set the build number in MinVer.
2221
MINVERBUILDMETADATA: build.${{github.run_number}}
2322

.github/workflows/snapshot-verify.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
working-directory: test/Microsoft.ComponentDetection.VerificationTests
8484
run: dotnet test
8585
env:
86-
OFFICIAL_BUILD: 'True'
8786
GITHUB_OLD_ARTIFACTS_DIR: ${{ github.workspace }}/release-output
8887
GITHUB_NEW_ARTIFACTS_DIR: ${{ github.workspace }}/output
8988
ALLOWED_TIME_DRIFT_RATIO: '.75'

.github/workflows/test-linux.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ jobs:
77

88
runs-on: ubuntu-latest
99

10-
env:
11-
OFFICIAL_BUILD: 'True'
12-
1310
steps:
1411
- uses: actions/checkout@v3
1512
with:

0 commit comments

Comments
 (0)