Skip to content

Commit

Permalink
Revert to older version of opm
Browse files Browse the repository at this point in the history
  • Loading branch information
kylape committed May 30, 2021
1 parent adfe725 commit 6d3520c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_catalog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ done
num_commits=$(git rev-list $(git rev-list --max-parents=0 HEAD)..HEAD --count)
current_commit=$(git rev-parse --short=7 HEAD)
version="0.1.$num_commits-git$current_commit"
opm_version="1.17.1"
opm_version="1.14.1"

# Login to docker
docker_conf="$PWD/.docker"
Expand Down

0 comments on commit 6d3520c

Please sign in to comment.