Remove test on release-develop job (temporary) (#9711)
* Remove test on release-develop job (temporary) * Remove test on release-develop job (temporary) * Speed up pro release script by adding no verify flag to version update commits
This commit is contained in:
parent
9878e87bf6
commit
f4102d4c16
|
@ -45,10 +45,9 @@ jobs:
|
|||
|
||||
- run: yarn
|
||||
- run: yarn bootstrap
|
||||
- run: yarn lint
|
||||
- run: yarn build
|
||||
- run: yarn build:sdk
|
||||
- run: yarn test
|
||||
# - run: yarn test
|
||||
|
||||
- name: Publish budibase packages to NPM
|
||||
env:
|
||||
|
|
|
@ -53,7 +53,7 @@ yarn clean -y && yarn bootstrap
|
|||
|
||||
# Commit and push
|
||||
git add packages/pro/yarn.lock
|
||||
git commit -m "Update dependency versions to $VERSION"
|
||||
git commit -m "Update dependency versions to $VERSION" -n
|
||||
git push
|
||||
|
||||
#############################################
|
||||
|
@ -91,5 +91,5 @@ git add packages/server/package.json
|
|||
git add packages/server/yarn.lock
|
||||
git add packages/worker/package.json
|
||||
git add packages/worker/yarn.lock
|
||||
git commit -m "Update pro version to $VERSION"
|
||||
git commit -m "Update pro version to $VERSION" -n
|
||||
git push
|
||||
|
|
Loading…
Reference in New Issue