Skip to content

Commit

Permalink
Merge pull request #69 from player-ui/fixReleasePipeline
Browse files Browse the repository at this point in the history
Removing generation of js file
  • Loading branch information
mercillo authored Aug 2, 2024
2 parents 90e7309 + 8f7d286 commit 3a8da95
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,6 @@ jobs:
paths:
- .

generateScript:
executor: base
steps:
- attach_workspace:
at: ~/rules_player
- run:
name: Build generated gh-page.js
command: yarn build:ts
- persist_to_workspace:
root: .
paths:
- .


test:
executor: base
steps:
Expand Down Expand Up @@ -114,13 +100,9 @@ workflows:
requires:
- install

- generateScript:
requires:
- build

- test:
requires:
- generateScript
- build

- release:
context:
Expand Down

0 comments on commit 3a8da95

Please sign in to comment.