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

Feature delete atlas #3298

Draft
wants to merge 13 commits into
base: staging
Choose a base branch
from
11 changes: 1 addition & 10 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@ jobs:
with:
skip-cache: ${{ github.event.inputs.skip-cache }}

call-atlas:
uses: ./.github/workflows/realm.yml
secrets: inherit
needs: cache-modifier
with:
sha: ${{ github.sha }}
environment: production
runner-label: ${{ vars.PRODUCTION_RUNNER_LABEL }}

call-test-api:
uses: ./.github/workflows/test-api.yml
needs: cache-modifier
Expand All @@ -44,7 +35,7 @@ jobs:
call-test-build:
uses: ./.github/workflows/test-build.yml
secrets: inherit
needs: [cache-modifier, call-atlas]
needs: [cache-modifier]
with:
sha: ${{ github.sha }}
environment: production
Expand Down
40 changes: 0 additions & 40 deletions .github/workflows/realm.yml

This file was deleted.

11 changes: 1 addition & 10 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ jobs:
with:
skip-cache: ${{ github.event.inputs.skip-cache }}

call-atlas:
uses: ./.github/workflows/realm.yml
secrets: inherit
needs: cache-modifier
with:
sha: ${{ github.sha }}
environment: staging
runner-label: ${{ vars.STAGING_RUNNER_LABEL }}

call-test-api:
uses: ./.github/workflows/test-api.yml
needs: cache-modifier
Expand All @@ -43,7 +34,7 @@ jobs:
call-test-build:
uses: ./.github/workflows/test-build.yml
secrets: inherit
needs: [cache-modifier, call-atlas]
needs: [cache-modifier]
with:
sha: ${{ github.sha }}
environment: staging
Expand Down
3 changes: 0 additions & 3 deletions site/gatsby-site/deploy-netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
[[plugins]]
package = "@netlify/plugin-gatsby"

[[plugins]]
package = "/plugins/netlify-plugin-create-admin-user"

[build.processing.html]
pretty_urls = false

Expand Down
89 changes: 0 additions & 89 deletions site/gatsby-site/plugins/netlify-plugin-create-admin-user/index.js

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading