mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
Set env variable CI to false
This commit is contained in:
parent
419e25591a
commit
0d8af700c6
1 changed files with 3 additions and 1 deletions
4
.github/workflows/develop-deb.yml
vendored
4
.github/workflows/develop-deb.yml
vendored
|
|
@ -10,6 +10,8 @@ jobs:
|
|||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
CI: false
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
@ -20,7 +22,7 @@ jobs:
|
|||
with:
|
||||
path: edumeet
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue