Skip to content

Commit

Permalink
fix(gha): cleanup clusters not copying backend correctly (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi authored Jan 20, 2025
1 parent 408f95b commit 7dbf68d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ destroy_cluster() {
cp -a "$MODULES_DIR." "$temp_dir" || return 1

echo "Copying backend.tf in $temp_dir"
cp "${MODULES_DIR}fixtures/backend.tf" "$temp_dir/backend.tf" || return 1
cp "${MODULES_DIR}../fixtures/backend.tf" "$temp_dir/backend.tf" || return 1

tree "$MODULES_DIR" "$temp_dir" || return 1

Expand Down

0 comments on commit 7dbf68d

Please sign in to comment.