Skip to content

Commit

Permalink
Merge pull request #1584 from VirtualFlyBrain/dev-build-fix
Browse files Browse the repository at this point in the history
Dev build fix
  • Loading branch information
Robbie1977 authored Jan 21, 2025
2 parents ccdb671 + 061921e commit c402de1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Deploy the local and remote versions of geppetto-vfb
deploy-test:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# total job timeout:
timeout-minutes: 590

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ ARG geppettoRelease=vfb_20200604_a
ARG geppettoModelRelease=vfb_20200604_a
ARG geppettoCoreRelease=VFBv2.2.0
ARG geppettoSimulationRelease=VFBv2.1.0.2
ARG geppettoDatasourceRelease=passingSOLR
ARG geppettoDatasourceRelease=VFBv2.2.0
ARG geppettoModelSwcRelease=v1.0.1
ARG geppettoFrontendRelease=VFBv2.1.0.3
ARG geppettoClientRelease=VFBv2.2.5
ARG geppettoClientRelease=VFBv2.2.7
ARG ukAcVfbGeppettoRelease=v2.2.4.4

ARG mvnOpt="-Dhttps.protocols=TLSv1.2 -DskipTests --quiet -Pmaster"
Expand Down
2 changes: 1 addition & 1 deletion components/interface/VFBFocusTerm/VFBFocusTerm.js
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ class VFBFocusTerm extends React.Component {
: <i className="fa fa-chevron-right arrowsStyle isDisabled" />
}
<Tooltip placement="top-end"
title="NBLAS Uploader">
title="NBLAST Uploader">
<i id="fa-upload" className="fa fa-upload arrowsStyle"
onClick={() => {
this.props.UIUpdateManager("uploaderContentsVisible");
Expand Down

0 comments on commit c402de1

Please sign in to comment.