Skip to content
Snippets Groups Projects
Commit 609c54e9 authored by Timo Furrer's avatar Timo Furrer
Browse files

Merge branch 'release/next' into 'master'

feat: release

See merge request https://gitlab.com/gitlab-org/terraform-images/-/merge_requests/215



Merged-by: default avatarTimo Furrer <tfurrer@gitlab.com>
parents f0577d45 5339d16e
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,8 @@ workflow: ...@@ -5,7 +5,8 @@ workflow:
include: include:
- template: Terraform.gitlab-ci.yml - template: Terraform.gitlab-ci.yml
image: "$BUILD_IMAGE_NAME" default:
image: "$BUILD_IMAGE_NAME"
# The `terraform apply` should always happen for the integration tests. # The `terraform apply` should always happen for the integration tests.
...@@ -18,4 +19,4 @@ deploy: ...@@ -18,4 +19,4 @@ deploy:
destroy: destroy:
extends: .terraform:destroy extends: .terraform:destroy
rules: rules:
- when: always - when: always
\ No newline at end of file
...@@ -5,7 +5,8 @@ workflow: ...@@ -5,7 +5,8 @@ workflow:
include: include:
- template: Terraform.latest.gitlab-ci.yml - template: Terraform.latest.gitlab-ci.yml
image: "$BUILD_IMAGE_NAME" default:
image: "$BUILD_IMAGE_NAME"
.run-always: .run-always:
rules: rules:
...@@ -28,4 +29,4 @@ deploy: ...@@ -28,4 +29,4 @@ deploy:
destroy: destroy:
extends: .terraform:destroy extends: .terraform:destroy
rules: !reference [.run-always, rules] rules: !reference [.run-always, rules]
\ No newline at end of file
...@@ -22,6 +22,7 @@ an empty commit sumarizing your changes like so: ...@@ -22,6 +22,7 @@ an empty commit sumarizing your changes like so:
``` ```
git commit --allow-empty -m '[feat|fix]: <changelog summary message git commit --allow-empty -m '[feat|fix]: <changelog summary message
```
### Stable tag ### Stable tag
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment