From 6b18216d14387ce8e67d343cdb5d95edf9cab5cf Mon Sep 17 00:00:00 2001 From: Leandro Costa Date: Fri, 27 Jan 2023 08:09:56 -0300 Subject: [PATCH] Adicionando git para auto incremento da versao --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 55b3315..8ecdccd 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -19,6 +19,7 @@ pipelines: - step: name: Prepare Package script: + - apk add git - cp package.json dist/ - sed -i s/$BITBUCKET_REPO_SLUG/$BITBUCKET_REPO_SLUG-dev/ dist/package.json - npm version patch -m "[skip CI] Version %s"