Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Jul 28, 2021
1 parent 7cec94c commit ac3e45e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -46,14 +46,14 @@ Or [download the binary](https://github.com/kitos9112/terragrunt-gitlab-cicd-con
```bash
# Linux
curl -L https://github.com/kitos9112/terragrunt-gitlab-cicd-config/releases/download/1.0.2/terragrunt-gitlab-cicd-config_1.0.2_linux_x86_64.tar.gz | tar xz
curl -L https://github.com/kitos9112/terragrunt-gitlab-cicd-config/releases/download/1.0.3/terragrunt-gitlab-cicd-config_1.0.3_linux_x86_64.tar.gz | tar xz
# OS X
curl -L https://github.com/kitos9112/terragrunt-gitlab-cicd-config/releases/download/1.0.2/terragrunt-gitlab-cicd-config_1.0.2_osx_x86_64.tar.gz | tar xz
curl -L https://github.com/kitos9112/terragrunt-gitlab-cicd-config/releases/download/1.0.3/terragrunt-gitlab-cicd-config_1.0.3_osx_x86_64.tar.gz | tar xz
# Windows
curl -LO https://github.com/kitos9112/terragrunt-gitlab-cicd-config/releases/download/1.0.2/terragrunt-gitlab-cicd-config_1.0.2_windows_x86_64.zip
unzip terragrunt-gitlab-cicd-config_1.0.2_windows_x86_64.zip
curl -LO https://github.com/kitos9112/terragrunt-gitlab-cicd-config/releases/download/1.0.3/terragrunt-gitlab-cicd-config_1.0.3_windows_x86_64.zip
unzip terragrunt-gitlab-cicd-config_1.0.3_windows_x86_64.zip
```
## Use it
Expand Down

0 comments on commit ac3e45e

Please sign in to comment.