From 9664c1bc6551badba50c42a9b00e2e43d8c210d0 Mon Sep 17 00:00:00 2001 From: iamabhishek-dubey Date: Sat, 15 May 2021 19:56:32 +0530 Subject: [PATCH] Added scripts for release Signed-off-by: iamabhishek-dubey --- .azure-pipelines/pipeline.yml | 2 +- scripts/build-docs.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/pipeline.yml b/.azure-pipelines/pipeline.yml index 8ac85d4..22c4f59 100644 --- a/.azure-pipelines/pipeline.yml +++ b/.azure-pipelines/pipeline.yml @@ -183,7 +183,7 @@ stages: - stage: docs dependsOn: ["release_binaries", "release_quay", "release_github_image"] jobs: - - job: verfiy + - job: build dependsOn: [] pool: vmImage: "ubuntu-18.04" diff --git a/scripts/build-docs.sh b/scripts/build-docs.sh index 0afe7f8..84be519 100755 --- a/scripts/build-docs.sh +++ b/scripts/build-docs.sh @@ -2,7 +2,7 @@ build_docs() { cd docs; yarn install - cd docs; yarn add -D vuepress + cd docs; npm install -D vuepress cd docs; yarn build }