Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APP-370: fix(build): remove extensions container + increase version #207

Merged
merged 2 commits into from
Jul 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 0 additions & 39 deletions .github/workflows/build-push.extensions.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ on:
- dev
paths-ignore:
- "src/api-db-migrations/**"
- ".github/workflows/build-push.extensions.yml"
- ".github/workflows/build-push.migrations.yml"
- ".github/workflows/pr-labeler.yml"
- ".github/workflows/release-drafter.yml"
- ".github/workflows/release-version.yml"
- ".github/pr-labeler.yml"
- ".github/release-drafter.yml"
- "Dockerfile.extensions"
- "Dockerfile.migrations"
workflow_call:
inputs:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@ jobs:
with:
ref: "refs/tags/v${{ needs.tag-release.outputs.current-version }}"
secrets: inherit
call-build-push-extensions:
name: Build tagged Extensions image
needs: ['tag-release']
uses: ./.github/workflows/build-push.extensions.yml
if: needs.tag-release.outputs.previous-version != needs.tag-release.outputs.current-version
with:
ref: "refs/tags/v${{ needs.tag-release.outputs.current-version }}"
secrets: inherit
call-build-push-migrations:
name: Build tagged Migrations image
needs: ['tag-release']
Expand Down
19 changes: 0 additions & 19 deletions Dockerfile.extensions

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@o-platform/api-server",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "dist/index.js",
"prepublish": "tsc",
Expand Down
2 changes: 0 additions & 2 deletions src/api-db-migrations/extensions.sql

This file was deleted.

Loading