Skip to content

Commit cdbcbb3

Browse files
author
Herb McNew
committed
Clean up debugging.
1 parent 133a832 commit cdbcbb3

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ jobs:
5757
contents: read
5858
security-events: write
5959

60-
container:
61-
image: localcodeql:latest
62-
6360
strategy:
6461
fail-fast: false
6562
matrix:
@@ -102,11 +99,7 @@ jobs:
10299
image: localcodeql:latest
103100
shell: bash
104101
options: -v ${{ github.workspace }}:/glb-director
105-
run: |
106-
mkdir -p /glb-director/tmp/build
107-
mount
108-
cd /glb-director && ls -l
109-
cd /glb-director && make BUILDDIR=/glb-director/tmp/build clean mkdeb
102+
run: cd /glb-director && make BUILDDIR=/glb-director/tmp/build clean mkdeb
110103

111104
- name: Perform CodeQL Analysis
112105
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)