Skip to content

Commit

Permalink
try to do all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Apr 11, 2024
1 parent 4513c52 commit 0a84e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
echo "rlmSERVER=${{ secrets.RLMSERVER }}" >> "$GITHUB_ENV"
echo "rlmPASSWD=${{ secrets.RLMPASSWORD}}" >> "$GITHUB_ENV"
. ${HOME}/.bashrc
conda activate parastell_env
sed -e "s/@SERVER@/${rlmSERVER}/" -e "s/@PASSWORD@/${rlmPASSWD}/" /opt/Coreform-Cubit-2023.11/bin/licenses/rlmcloud.in > /opt/Coreform-Cubit-2023.11/bin/licenses/rlmcloud.lic
cd tests
pytest -v .
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ COPY ./rlmcloud.in /opt/Coreform-Cubit-2023.11/bin/licenses/rlmcloud.in

RUN mkdir -p /github/home
ENV HOME /github/home
RUN cp /root/.bashrc /github/home/.bashrc

# parastell env
COPY ./environment.yml /environment.yml
Expand Down

0 comments on commit 0a84e22

Please sign in to comment.