Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update ci workflow #1790

Merged
merged 27 commits into from
Apr 27, 2021
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
ad19591
ci: add sign and pack deb ci scripts
Apr 21, 2021
c3e6894
test: only use env var for acceptance tests
Apr 21, 2021
421e460
ci: test storing of signed gpg results to artifacts
Apr 21, 2021
919e6b7
ci: consolidate to a single workflow and release jobs
Apr 22, 2021
729f8ae
ci: fix indenting
Apr 22, 2021
1cb2503
ci: fix checkout order
Apr 22, 2021
fc23d57
ci: run yarn in pack jobs
Apr 22, 2021
fb0b3d4
ci: release depends on pack-tarballs
Apr 22, 2021
e4f3e26
ci: remove hardcoded s3 bucket, rely on env var
Apr 22, 2021
b6a9c69
ci: remove pack from tarballs release
Apr 22, 2021
9a6c347
ci: fix double nested dist dir after attaching workspace
Apr 23, 2021
24f7244
ci: try switching up the yarn cache key
fivetanley Apr 23, 2021
09123ec
ci: comment out windows tests temporarily for quicker builds
Apr 23, 2021
dd64d2f
ci: fix yarn caching
fivetanley Apr 23, 2021
6bbb309
ci: use always run filter so jobs run on tags
fivetanley Apr 23, 2021
08f1ee1
build(cli): update @oclif/dev-cli
fivetanley Apr 23, 2021
38ad1bf
ci: fix working directory before running scripts/postrelease
fivetanley Apr 23, 2021
dd30659
ci: use absolute path to dir for install_scripts
Apr 23, 2021
4b686ab
ci: use env var for s3 bucket
fivetanley Apr 23, 2021
373c8cd
ci: restore windows tests
Apr 23, 2021
535a64d
ci: use passphrase with deb signing
Apr 26, 2021
4cda809
ci: publish heroku deb public key to s3
Apr 26, 2021
30ef78b
ci: fix ci cache keys
Apr 26, 2021
23a544a
ci: set pinentry-mode on gpg import
Apr 26, 2021
e2f008f
ci: use batch instead of pinentry
Apr 26, 2021
72645fa
ci: run windows and node tests with always_run_filter
Apr 26, 2021
b934a45
ci: disable automatic cloudfront cache invalidation
Apr 27, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: use absolute path to dir for install_scripts
  • Loading branch information
Chad Carbert committed Apr 23, 2021
commit dd30659e06527423c512794b76fb18dadf741406
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ jobs:
./scripts/release/deb
- run:
name: Publish Install Scripts
command: ./scripts/postrelease/install_scripts
command: /cli/scripts/postrelease/install_scripts
trigger_macos:
<<: *defaults
steps:
Expand Down Expand Up @@ -467,4 +467,4 @@ workflows:
# - release_deb_and_tarballs
# filters:
# <<: *only_version_tags
# - dev_center_docs: *change_management
# - dev_center_docs: *change_management