mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Listing out directory contents to diagnose pathing
issues
This commit is contained in:
@@ -79,7 +79,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: mitre/cti #check out https://github.com/mitre/cti.git, defaults to HEAD
|
||||
path: "~/cti"
|
||||
path: "~/work/cti"
|
||||
|
||||
|
||||
#Now generate the documentation (uses Node)
|
||||
@@ -89,11 +89,11 @@ jobs:
|
||||
- name: Generate documentation
|
||||
run: |
|
||||
echo "Some path information"
|
||||
pwd
|
||||
ls -lah
|
||||
echo $HOME
|
||||
ls -lah ~
|
||||
ls -lah ~/cti
|
||||
echo "Listing of ~/work"
|
||||
ls -lah ~/work
|
||||
echo "Listing of ~/work/security_content"
|
||||
ls -lah ~/work/security_content
|
||||
|
||||
|
||||
#Enter the virtualenv and run the docgen
|
||||
source venv/bin/activate
|
||||
|
||||
Reference in New Issue
Block a user