Skip to content

Commit

Permalink
build: halt win and mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronm-2112 committed Dec 1, 2023
1 parent aec5192 commit b58a07a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build-and-deploy-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Build-and-deploy-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 1 addition & 6 deletions src/renderer/src/scripts/others/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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,
Expand All @@ -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 = "";
Expand Down

0 comments on commit b58a07a

Please sign in to comment.