Skip to content

Commit

Permalink
debug: try adding a safe directory?
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Nov 28, 2023
1 parent 5c6e796 commit 47c5841
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/license-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,10 @@ jobs:
id: debug-git
run: |
pwd
sudo git ls-remote
sudo git ls-remote --tags
git config --global --add safe.directory /__w/zowe-dependency-scan-pipeline/zowe-dependency-scan-pipeline
git remote add origin https://github.com/zowe/zowe-dependency-scan-pipeline
git ls-remote
git ls-remote --tags
- name: Publish to Artifactory
id: publish
Expand Down

0 comments on commit 47c5841

Please sign in to comment.