Browse Source
Merge pull request #5863 from Budibase/fix-build
Prevent multiple concurrent release jobs and fix dependency
master
Rory Powell
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
4 additions and
2 deletions
-
.github/workflows/release-develop.yml
-
.github/workflows/release.yml
-
packages/server/package.json
-
packages/worker/package.json
|
|
|
@ -1,4 +1,5 @@ |
|
|
|
name: Budibase Release Staging |
|
|
|
concurrency: release-develop |
|
|
|
|
|
|
|
on: |
|
|
|
push: |
|
|
|
|
|
|
|
@ -1,4 +1,5 @@ |
|
|
|
name: Budibase Release |
|
|
|
concurrency: release |
|
|
|
|
|
|
|
on: |
|
|
|
push: |
|
|
|
|
|
|
|
@ -71,7 +71,7 @@ |
|
|
|
"@apidevtools/swagger-parser": "^10.0.3", |
|
|
|
"@budibase/backend-core": "^1.0.157", |
|
|
|
"@budibase/client": "^1.0.157", |
|
|
|
"@budibase/pro": "1.0.157", |
|
|
|
"@budibase/pro": "1.0.156", |
|
|
|
"@budibase/string-templates": "^1.0.157", |
|
|
|
"@bull-board/api": "^3.7.0", |
|
|
|
"@bull-board/koa": "^3.7.0", |
|
|
|
|
|
|
|
@ -32,7 +32,7 @@ |
|
|
|
"license": "GPL-3.0", |
|
|
|
"dependencies": { |
|
|
|
"@budibase/backend-core": "^1.0.157", |
|
|
|
"@budibase/pro": "1.0.157", |
|
|
|
"@budibase/pro": "1.0.156", |
|
|
|
"@budibase/string-templates": "^1.0.157", |
|
|
|
"@koa/router": "^8.0.0", |
|
|
|
"@sentry/node": "6.17.7", |
|
|
|
|