Skip to content

Commit

Permalink
ls statement change
Browse files Browse the repository at this point in the history
Signed-off-by: Dhruv-J <[email protected]>
  • Loading branch information
Dhruv-J committed Jun 26, 2023
1 parent eed79a6 commit bbc2ef0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,7 @@ jobs:
mkdir test-e2e-coverage
ANTREA_LOG_DIR=$PWD/log ./ci/kind/test-e2e-kind.sh
- name: print ls MARKERASDF
run: |
ls -a
ls -a test-e2e-coverage
run: ls -a test-e2e-coverage
- name: Tar log files
if: ${{ failure() }}
run: tar -czf log.tar.gz log
Expand Down
1 change: 0 additions & 1 deletion build/yamls/flow-visibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6958,7 +6958,6 @@ spec:
- mountPath: /var/log/antrea/theia-manager
name: host-var-log-antrea-theia-manager
nodeSelector:
kubernetes.io/arch: amd64
kubernetes.io/os: linux
serviceAccountName: theia-manager
volumes:
Expand Down

0 comments on commit bbc2ef0

Please sign in to comment.