Skip to content

Commit

Permalink
WIP adding debug to build
Browse files Browse the repository at this point in the history
  • Loading branch information
SoLetsDev committed Sep 15, 2023
1 parent 57ae32b commit d8b507b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-to.openshift-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3

#DEBUG::: REMOVE TODO
- name: List directory contents
run: |
ls -R
- name: Determine image tags
if: env.IMAGE_TAGS == ''
run: |
Expand Down

0 comments on commit d8b507b

Please sign in to comment.