Skip to content

Commit

Permalink
specify which bashrc b/c github
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Apr 11, 2024
1 parent 9623cbc commit 8c934c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
run: |
echo "rlmSERVER=${{ secrets.RLMSERVER }}" >> "$GITHUB_ENV"
echo "rlmPASSWD=${{ secrets.RLMPASSWORD}}" >> "$GITHUB_ENV"
. ${HOME}/.bashrc
conda activate parastell_env
. /root/.bashrc
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

0 comments on commit 8c934c6

Please sign in to comment.