CI: push release branch with dist/

This commit is contained in:
Alexander Zobnin
2020-09-02 16:44:02 +03:00
parent a0d57ee8d1
commit 627007021c
2 changed files with 10 additions and 24 deletions

View File

@@ -214,26 +214,8 @@ jobs:
- add_ssh_keys:
fingerprints:
- ${GITHUB_PROJECT_SSH_KEY_FINGERPRINT}
- checkout
- restore_cache:
keys:
- dependency-cache-npm-{{ checksum "yarn.lock" }}
- restore_cache:
keys:
- dependency-cache-go-{{ checksum "go.sum" }}
- run:
name: Install Dependencies
command: 'make install'
no_output_timeout: 15m
- save_cache:
key: dependency-cache-npm-{{ checksum "yarn.lock" }}
paths:
- ./node_modules
- save_cache:
key: dependency-cache-go-{{ checksum "go.sum" }}
paths:
- ./vendor
- /go/pkg/mod
- attach_workspace:
at: ~/alexanderzobnin
- run: ./.circleci/make-release.sh
build-docs:
@@ -331,6 +313,10 @@ workflows:
requires:
- package-plugin
filters: *filter-only-release
- make-release-commit:
requires:
- package-plugin
filters: *filter-only-release
build-docs:
jobs: