mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 20:25:12 -05:00
Remove deno_typescript references from ci (#6866)
This commit is contained in:
parent
25a0ad3e16
commit
f162ced76a
1 changed files with 1 additions and 4 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
||||||
!startsWith(github.ref, 'refs/tags/std/')
|
!startsWith(github.ref, 'refs/tags/std/')
|
||||||
run: |
|
run: |
|
||||||
mkdir -p target/release
|
mkdir -p target/release
|
||||||
tar --exclude=.cargo_home --exclude=".git*" --exclude=target --exclude=deno_typescript/typescript/tests --exclude=third_party/cpplint --exclude=third_party/node_modules --exclude=third_party/python_packages --exclude=third_party/prebuilt -czvf target/release/deno_src.tar.gz -C .. deno
|
tar --exclude=.cargo_home --exclude=".git*" --exclude=target --exclude=third_party/node_modules --exclude=third_party/python_packages --exclude=third_party/prebuilt -czvf target/release/deno_src.tar.gz -C .. deno
|
||||||
|
|
||||||
- name: Install rust
|
- name: Install rust
|
||||||
uses: hecrj/setup-rust-action@v1
|
uses: hecrj/setup-rust-action@v1
|
||||||
|
@ -233,9 +233,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd core
|
cd core
|
||||||
cargo publish
|
cargo publish
|
||||||
cd ../deno_typescript
|
|
||||||
sleep 30
|
|
||||||
cargo publish
|
|
||||||
cd ../cli
|
cd ../cli
|
||||||
sleep 30
|
sleep 30
|
||||||
cargo publish
|
cargo publish
|
||||||
|
|
Loading…
Add table
Reference in a new issue