Skip to content

Commit

Permalink
Merge pull request cri-o#7820 from kwilczynski/feature/fix-versions-file
Browse files Browse the repository at this point in the history
Keep versions file simple to source only
  • Loading branch information
openshift-merge-bot[bot] committed Feb 29, 2024
2 parents 8c8614e + ed7963f commit d705c02
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/versions
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail

# Versions to be used
# Software versions to be used.
declare -A VERSIONS=(
["cni-plugins"]=v1.4.0
["conmon"]=v2.1.10
Expand All @@ -11,4 +8,3 @@ declare -A VERSIONS=(
["bats"]=v1.10.0
["buildah"]=v1.34.0
)
export VERSIONS

0 comments on commit d705c02

Please sign in to comment.