From 2aeb7d3a96c8eda36649129536646217a3865f9a Mon Sep 17 00:00:00 2001 From: Michael Chin Date: Mon, 4 Dec 2023 17:13:12 -0800 Subject: [PATCH] deploy test build --- .github/workflows/build_docker.yml | 3 +- .idea/.gitignore | 8 +++++ .idea/graph-explorer.iml | 15 +++++++++ .idea/inspectionProfiles/Project_Default.xml | 32 +++++++++++++++++++ .../inspectionProfiles/profiles_settings.xml | 6 ++++ .idea/misc.xml | 4 +++ .idea/modules.xml | 8 +++++ .idea/vcs.xml | 6 ++++ 8 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/graph-explorer.iml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.github/workflows/build_docker.yml b/.github/workflows/build_docker.yml index 1ed4e6d61..fb3d5090e 100644 --- a/.github/workflows/build_docker.yml +++ b/.github/workflows/build_docker.yml @@ -13,6 +13,7 @@ on: default: "latest" push: branches: + - long-labels-test-12-4 - main jobs: @@ -66,7 +67,7 @@ jobs: REGISTRY: ${{ steps.login-ecr-public.outputs.registry }} REGISTRY_ALIAS: neptune REPOSITORY: graph-explorer - IMAGE_TAG: ${{ steps.get-image-tag.outputs.image_tag }} + IMAGE_TAG: dev # ${{ steps.get-image-tag.outputs.image_tag }} run: | docker build -t $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:$IMAGE_TAG . docker build --build-arg NEPTUNE_NOTEBOOK=true -t $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:sagemaker-$IMAGE_TAG . diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 000000000..73f69e095 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/graph-explorer.iml b/.idea/graph-explorer.iml new file mode 100644 index 000000000..decabb10a --- /dev/null +++ b/.idea/graph-explorer.iml @@ -0,0 +1,15 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 000000000..fdcc9706f --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,32 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 000000000..105ce2da2 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 000000000..e26df9701 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 000000000..4790585a0 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 000000000..94a25f7f4 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file