Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
[CI] Add back gitignore-test to all configurations
Browse files Browse the repository at this point in the history
Removed by mistake in abe3d77.
  • Loading branch information
pwmarcz committed Nov 16, 2020
1 parent 024f851 commit cffa975
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/lib/stage-test-all-nosgx.jenkinsfile
Expand Up @@ -127,6 +127,9 @@ stage('test') {
}
*/

sh '''
./Scripts/gitignore-test
'''
sh '''
cd "$(./Scripts/clean-check-test-copy)"

Expand Down
3 changes: 3 additions & 0 deletions .ci/lib/stage-test-simple-sgx.jenkinsfile
Expand Up @@ -35,6 +35,9 @@ stage('test') {
make SGX=1 ltp-sgx.xml || :
'''

sh '''
./Scripts/gitignore-test
'''
sh '''
cd "$(./Scripts/clean-check-test-copy)"

Expand Down

0 comments on commit cffa975

Please sign in to comment.