Skip to content

Commit ad736d6

Browse files
committed
Remove build trigger.
1 parent 1e1089f commit ad736d6

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.3] - 2024-01-31
89

9-
## [0.1.1] - 2022-05-17
10-
11-
- Disable archive file caching to support idempotency - fix for CI/CD pipelines.
10+
- Removed the trigger introduced in version 0.1.2 to avoid an issue where an empty zip file was created. This caused failures in plan and apply commands when the state stored the unchanged source hash and the /tmp directory was removed after a system reboot. To ensure the package is always available, we now rebuild it every time, compromising on build time.
1211

1312
## [0.1.2] - 2023-12-12
1413

15-
- Add trigger to python packaging resource to ensure that the package is rebuilt when the source code changes and fix the initial build.
14+
- Add trigger to python packaging resource to ensure that the package is rebuilt when the source code changes and fix the initial build.
15+
16+
## [0.1.1] - 2022-05-17
17+
18+
- Disable archive file caching to support idempotency - fix for CI/CD pipelines.

main.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ resource "null_resource" "package" {
4444
-r ${local.requirements_path}
4545
EOT
4646
}
47-
48-
triggers = {
49-
# trigger package creation if content hash changes
50-
content = local.content_hash
51-
}
5247
}
5348

5449

0 commit comments

Comments
 (0)