Skip to content

Commit

Permalink
Update versions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung authored Feb 28, 2024
1 parent 26e2d48 commit fe6a17e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
- name: versions
run: |
issue_text="Needing updates: "
staphb_containers=($(grep -h container modules/local/* | grep staphb | sort | uniq | grep -v latest | awk '{print $2}' | sed 's/'\''//g'))
staphb_containers=($(grep -h container modules/local/* | grep staphb | grep -v "//" | sort | uniq | grep -v latest | awk '{print $2}' | sed 's/'\''//g'))
for container in ${staphb_containers[@]}
do
echo "Looking at $container"
base=$(echo $container | cut -f 1 -d ":")
repo_version=$(echo $container | cut -f 2 -d ":")
Expand Down

0 comments on commit fe6a17e

Please sign in to comment.