Skip to content
Snippets Groups Projects

fix: fixes to the nodelink viewport resizing and database forms

Merged Leonardo Christino requested to merge fixes into main
3 files
+ 0
17
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 0
10
@@ -3,17 +3,7 @@ variables:
IMAGE_TAG_HELM_FILE: "helm/staging/graphpolaris-frontend/values.yaml"
IMAGE_TAG_HELM_FILE_VARIABLE: "image.tag"
stages:
- tag-release
- container-image
- deploy-staging
include:
# Release needs to happen before build-and-push, because build-and-push
# searches for a tag that contains the current commit SHA.
- project: 'graphpolaris/pipelines'
ref: main
file: 'semantic-release.yml'
- project: 'graphpolaris/pipelines'
ref: main
file: 'docker-build-push.yml'
Loading