Skip to content

Commit

Permalink
let the devcontainer action print the configs
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Aug 31, 2023
1 parent f86b359 commit 9d0a3b6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,4 @@ jobs:
uses: rapidsai/shared-action-workflows/.github/workflows/build-in-devcontainer.yaml@fea/devcontainers
with:
build_command: |
echo ".gitconfig:"
cat ~/.gitconfig;
echo "ssh_config:"
cat ~/.ssh/config;
echo "ssh_known_hosts:"
cat ~/.ssh/known_hosts;
build-cuml;

0 comments on commit 9d0a3b6

Please sign in to comment.