Skip to content

Commit

Permalink
Merge branch 'fix_TOPPAS_categories' of https://github.com/cbielow/Op…
Browse files Browse the repository at this point in the history
…enMS into fix_TOPPAS_categories
  • Loading branch information
cbielow committed Oct 19, 2023
2 parents 10f545d + 124f7b3 commit 28d6dbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/openms_ci_matrix_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ jobs:
folder=nightly
elif [[ "${{ env.RUN_NAME }}" == "release/*" ]]; then
tmpfolder=${{ env.RUN_NAME }}
folder=${tmpfolder/release/RC}
folder=${tmpfolder/release/RC_GHA} # TODO: change back to RC after proper release
else
folder=experimental/${{ env.RUN_NAME }}
fi
Expand All @@ -424,7 +424,7 @@ jobs:
mkdir -p ~/.ssh/
echo "$PASS" > ~/.ssh/private.key
sudo chmod 600 ~/.ssh/private.key
rsync --progress -avz -e "ssh -i ~/.ssh/private.key -o StrictHostKeyChecking=no" $GITHUB_WORKSPACE/* "$USER@$HOST:/OpenMSInstaller/${folder}"
# rsync --progress -avz -e "ssh -i ~/.ssh/private.key -o StrictHostKeyChecking=no" $GITHUB_WORKSPACE/* "$USER@$HOST:/OpenMSInstaller/${folder}"

# TODO create softlinks to latest nightly
# TODO create and upload file hashes, at least for release candidate
Expand Down Expand Up @@ -612,4 +612,4 @@ jobs:
mkdir -p ~/.ssh/
echo "$PASS" > ~/.ssh/private.key
sudo chmod 600 ~/.ssh/private.key
rsync --progress -avz -e "ssh -i ~/.ssh/private.key -o StrictHostKeyChecking=no" $GITHUB_WORKSPACE/de.openms.update/target/repository/* "$USER@$HOST:/knime-plugin/updateSite/$folder/"
# rsync --progress -avz -e "ssh -i ~/.ssh/private.key -o StrictHostKeyChecking=no" $GITHUB_WORKSPACE/de.openms.update/target/repository/* "$USER@$HOST:/knime-plugin/updateSite/$folder/"

0 comments on commit 28d6dbc

Please sign in to comment.