Skip to content

Commit

Permalink
Merge pull request #1468 from craigcomstock/ENT-11898-5
Browse files Browse the repository at this point in the history
ENT-11898: Revert to using 3.21.4 version for build host setup
  • Loading branch information
craigcomstock committed Jun 24, 2024
2 parents c4eab6b + 5313cc4 commit 7405067
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/cfengine-masterfiles-3.21.4-1.pkg.tar.gz.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a4b35ad85ec14dda49b93c1c91a93e09f4336d9ee88cd6a3b27d323c90a279ca cfengine-masterfiles-3.21.4-1.pkg.tar.gz
3 changes: 2 additions & 1 deletion ci/setup-cfengine-build-host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
shopt -s expand_aliases

# TODO get latest LTS dynamically
CFE_VERSION=3.21.5
CFE_VERSION=3.21.4

# install needed packages and software for a build host
set -ex
Expand Down Expand Up @@ -107,6 +107,7 @@ else

sha256sum --check ./buildscripts/ci/quick-install-cfengine-enterprise.sh.sha256
chmod +x quick-install-cfengine-enterprise.sh
export CFEngine_Enterprise_Package_Version="$CFE_VERSION"
bash ./quick-install-cfengine-enterprise.sh agent
fi

Expand Down

0 comments on commit 7405067

Please sign in to comment.