Skip to content

Commit

Permalink
Added scripts for release
Browse files Browse the repository at this point in the history
Signed-off-by: iamabhishek-dubey <abhishekbhardwaj510@gmail.com>
  • Loading branch information
iamabhishek-dubey committed May 15, 2021
1 parent 198b1e1 commit 1fc66e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ stages:
cleanDestinationFolder: false
overwriteExistingFiles: true
- script: |
$(Agent.BuildDirectory)/k8s-vault-webhook --help
$(Agent.BuildDirectory)/k8s-vault-webhook --help || true
displayName: "Executing k8s-vault-webhook"
- stage: docs
Expand Down
1 change: 1 addition & 0 deletions scripts/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

build_docs() {
cd docs; yarn install
cd docs; yarn add -D vuepress
cd docs; yarn build
}

Expand Down

0 comments on commit 1fc66e2

Please sign in to comment.