Skip to content

Commit

Permalink
Resolve other merges
Browse files Browse the repository at this point in the history
Signed-off-by: notfelineit <notfelineit@gmail.com>
  • Loading branch information
notfelineit committed Jan 24, 2023
1 parent e51157c commit 04eeb5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<<<<<<< HEAD
web/vtadmin/src/proto/** linguist-generated=true
web/vtadmin/src/proto/*.js -diff
web/vtadmin/src/proto/*.ts -diff
go/vt/proto/** linguist-generated=true
go/vt/proto/*/*.pb.go -diff
go/vt/sqlparser/sql.go linguist-generated=true -diff
=======
go/vt/vtadmin/web/build/**/* linguist-generated=true
>>>>>>> d9d6d72a71754bdcf0e47f514a4b10d831c69a9c
10 changes: 0 additions & 10 deletions .github/workflows/vtadmin_web_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,8 @@ jobs:
# node-version should match package.json
node-version: '16.13.0'

<<<<<<< HEAD
- name: Install dependencies
if: steps.skip-workflow.outputs.skip-workflow == 'false'
run: cd ./web/vtadmin && npm ci

- name: Build front-end
if: steps.skip-workflow.outputs.skip-workflow == 'false'
run: cd ./web/vtadmin && npm run build
=======
- name: Build front-end and validate embedded files
run: tools/check_vtadmin_web_embed.sh
>>>>>>> d9d6d72a71754bdcf0e47f514a4b10d831c69a9c

# Cancel pending and in-progress runs of this workflow if a newer ref is pushed to CI.
concurrency:
Expand Down

0 comments on commit 04eeb5d

Please sign in to comment.