Skip to content

Commit 54f7d0d

Browse files
committed
Add SNAPCRAFT_BUILD_ENVIRONMENT variable to Linux build jobs in CI workflows
1 parent 6660cb6 commit 54f7d0d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/merge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
merge_build_on_linux:
1010
runs-on: ubuntu-22.04
1111
if: github.event.pull_request.merged == true
12+
env:
13+
SNAPCRAFT_BUILD_ENVIRONMENT: destructive
1214
steps:
1315
- uses: actions/checkout@v2
1416
- uses: actions/setup-node@master

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
nightly_build_on_linux:
1111
runs-on: ubuntu-22.04
12+
env:
13+
SNAPCRAFT_BUILD_ENVIRONMENT: destructive
1214
steps:
1315
- uses: actions/checkout@v2
1416
- uses: actions/setup-node@master

0 commit comments

Comments
 (0)