Skip to content
Snippets Groups Projects
Commit fd5efcfe authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

adds an install script.

parent 389fcd77
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ _create_config() ( ...@@ -4,7 +4,7 @@ _create_config() (
echo HOME: "${HOME}" echo HOME: "${HOME}"
# Create or update default config file # Create or update default config file
mkdir -p "${HOME}/.ci-wrappers/" mkdir -p "${HOME}/.ci-wrappers/"
cat >!"${HOME}/.ci-wrappers/config" <<END cat >"${HOME}/.ci-wrappers/config" <<END
CI_VAGRANT_VERSION=2.3.4 CI_VAGRANT_VERSION=2.3.4
CI_TERRAFORM_VERSION=1.3.6 CI_TERRAFORM_VERSION=1.3.6
CI_DOCKER_CLIENT_VERSION=20.10.19 CI_DOCKER_CLIENT_VERSION=20.10.19
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment