Skip to content

Commit

Permalink
debugging ii looking for post checkout hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
steveri committed Jul 31, 2023
1 parent ae8376f commit de7c8ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions TEMP/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ steps:
- set -x; pwd
- set -x; ls .buildkite || echo no .buildkite
- set -x; ls .buildkite/hooks || echo no .buildkite/hooks

- set -x; ls /var/lib/buildkite-agent/builds/r7cad-docker-2/stanford-aha/aha-flow/ || echo no caddo flow
- set -x; ls /var/lib/buildkite-agent/builds/r7cad-docker-2/stanford-aha/aha-flow/.buildkite || echo no caddo bk
- set -x; ls /var/lib/buildkite-agent/builds/r7cad-docker-2/stanford-aha/aha-flow/.buildkite/hooks || echo no caddo bk hooks i dunno

- echo "--- successed or not i dunno"
- exit 13

Expand Down

0 comments on commit de7c8ba

Please sign in to comment.