Skip to content

Commit

Permalink
Merge pull request #1585 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 23, 2025
2 parents 460dfe2 + 061921e commit 25131db
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# Decide based on branch which servers to use
- name: Pass branch
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
fi
- name: Stop VFB server
run: docker stop testServer
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: test_fails
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ 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 ukAcVfbGeppettoRelease=v2.2.4.3
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
2 changes: 1 addition & 1 deletion model/queries_execution_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1981,4 +1981,4 @@
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}
}

0 comments on commit 25131db

Please sign in to comment.