Skip to content

Commit

Permalink
ci: debug compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
conorsch committed May 9, 2024
1 parent 16411b6 commit 006d9d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ jobs:
- name: Run migration test
run: |
export PATH="$HOME/bin:$PATH"
# debugging cache layers, checking which scripts are visible to CI context
tree deployments/compose/ deployments/scripts/
./deployments/scripts/migration-test v0.73.1
2 changes: 1 addition & 1 deletion deployments/scripts/migration-test
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repo_root="$(git rev-parse --show-toplevel)"
worktree_dir="${repo_root}/deployments/worktrees/${target_version}"
logs_dir="${repo_root}/deployments/logs"
mkdir -p "$logs_dir"
rm -f "${logs_dir}/"*".log"
find "$logs_dir" -type f -iname 'migration*.log' -exec rm -f {} +

# Create a local git-worktree so that we can check out a prior
# tag and build its version of tests and suchwhat.
Expand Down

0 comments on commit 006d9d4

Please sign in to comment.