Skip to content

Commit

Permalink
debug for nova deployment tests using this buildscripts workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Aug 22, 2023
1 parent 4e6b8d1 commit 2b29860
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deployment-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ jobs:
- name: get PACKAGE_SHA for package cache
run: echo "PACKAGE_SHA=$(buildscripts/ci/package-sha.sh)" | tee -a ${GITHUB_ENV}

- name: debug workspace dir contents
run: |
pwd
ls -la
find . -name 'deps-packaging'
find . -name 'cfe*deb'
- name: get SHA of buildscripts/deps-packaging last commit
run: echo "DEPS_SHA=$(git log --pretty='format:%h' -1 -- .)" | tee -a ${GITHUB_ENV}
working-directory: buildscripts/deps-packaging
Expand Down

0 comments on commit 2b29860

Please sign in to comment.