From b58a07a97e4984e443f97e54d8a2c44efe2546d8 Mon Sep 17 00:00:00 2001 From: aaronm-2112 Date: Fri, 1 Dec 2023 15:06:32 -0800 Subject: [PATCH] build: halt win and mac builds --- .github/workflows/Build-and-deploy-mac.yml | 2 +- .github/workflows/Build-and-deploy-win.yml | 2 +- src/renderer/src/scripts/others/renderer.js | 7 +------ 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/Build-and-deploy-mac.yml b/.github/workflows/Build-and-deploy-mac.yml index d0048d681..fc2195427 100644 --- a/.github/workflows/Build-and-deploy-mac.yml +++ b/.github/workflows/Build-and-deploy-mac.yml @@ -4,7 +4,7 @@ run-name: ${{ github.actor }} is building a MAC release for SODA on: push: branches: - - bundled-soda + - staging jobs: deploy-on-mac: runs-on: macos-latest diff --git a/.github/workflows/Build-and-deploy-win.yml b/.github/workflows/Build-and-deploy-win.yml index 3c85f2e7a..2d1ed20c1 100644 --- a/.github/workflows/Build-and-deploy-win.yml +++ b/.github/workflows/Build-and-deploy-win.yml @@ -4,7 +4,7 @@ run-name: ${{ github.actor }} is building a Windows release for SODA on: push: branches: - - bundled-soda + - staging jobs: deploy-on-windows: diff --git a/src/renderer/src/scripts/others/renderer.js b/src/renderer/src/scripts/others/renderer.js index 8fbabcd59..fe7412a6e 100644 --- a/src/renderer/src/scripts/others/renderer.js +++ b/src/renderer/src/scripts/others/renderer.js @@ -31,7 +31,6 @@ import doiRegex from "doi-regex"; import lottie from "lottie-web"; import { dragDrop, successCheck } from '../../assets/lotties/lotties' import * as select2 from "select2"; // TODO: select2() -select2() import autoComplete from "@tarekraafat/autocomplete.js/dist/autoComplete.min.js" import Cropper from 'cropperjs' import DragSort from "@yaireo/dragsort"; @@ -41,10 +40,6 @@ import DatePicker from "tui-date-picker"; /* CommonJS */ import datasetUploadSession from "../analytics/upload-session-tracker"; import kombuchaEnums from "../analytics/analytics-enums" import client from '../client' -// import log from 'electron-log/renderer' - -// log.info("Woooow") - import { createEventData, logSelectedUpdateExistingDatasetOptions, @@ -69,7 +64,7 @@ import { swalFileListSingleAction, swalFileListTripleAction, swalFileListDoubleA // add jquery to the window object window.$ = jQuery; window.jQuery = jQuery; - +select2() fixPath(); // // const prevent_sleep_id = "";