mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
removing test code and removing cloc from release
This commit is contained in:
parent
e4411a3e93
commit
fd13592932
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -70,8 +70,6 @@ jobs:
|
||||
|
||||
- name: gulp
|
||||
run: gulp ci
|
||||
- name: test dist
|
||||
run: ls dist
|
||||
|
||||
- name: Upload opera artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
|
17
.github/workflows/release.yml
vendored
17
.github/workflows/release.yml
vendored
@ -9,20 +9,6 @@ on:
|
||||
|
||||
|
||||
jobs:
|
||||
cloc:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up cloc
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt -y install cloc
|
||||
- name: Print lines of code
|
||||
run: cloc --include-lang TypeScript,JavaScript,HTML,Sass,CSS --vcs git
|
||||
|
||||
|
||||
setup:
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
@ -119,9 +105,6 @@ jobs:
|
||||
del /S/Q "Source\.git\objects\pack\*"
|
||||
call 7z a browser-source-%BUILD_NUMBER%.zip "Source\*"
|
||||
|
||||
- name: test dist
|
||||
run: ls dist
|
||||
|
||||
- name: Upload opera release asset
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user