Skip to content

Commit

Permalink
added local
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung authored Dec 10, 2024
1 parent 3bc0296 commit aba206a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: versions
run: |
issue_text="Needing updates: "
workflow_containers=($(grep container modules/* | grep staphb | sort | uniq | grep -v latest | awk '{print $3}' | sed 's/'\''//g'))
workflow_containers=($(grep container modules/local/* | grep staphb | sort | uniq | grep -v latest | awk '{print $3}' | sed 's/'\''//g'))
for container in ${workflow_containers[@]}
do
base=$(echo $container | cut -f 1 -d ":")
Expand All @@ -41,7 +41,7 @@ jobs:
done
latest_nextclade_version=$(docker run nextstrain/nextclade:latest nextclade --version | awk '{print $2}')
worfklow_nextclade_version=$(grep container modules/nextclade.nf | cut -f 2 -d ":" | cut -f 1 -d "'" | head -n 1)
worfklow_nextclade_version=$(grep container modules/local/nextclade.nf | cut -f 2 -d ":" | cut -f 1 -d "'" | head -n 1)
if [[ "$latest_nextclade_version" == "$worfklow_nextclade_version" ]]
then
Expand Down

0 comments on commit aba206a

Please sign in to comment.