0
0
Fork 0
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:
Ryan Dahl 2020-07-24 07:36:54 -04:00 committed by GitHub
parent 25a0ad3e16
commit f162ced76a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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