Skip to content

Commit

Permalink
Update node_test_harness revision for support kernel v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AionJayT committed Apr 6, 2020
1 parent bbd9234 commit e9ff70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pipeline {
steps {
timeout(20) {
dir('FunctionalTests') {
checkout scm: [$class: 'GitSCM', userRemoteConfigs: [[url: 'https://github.com/aionnetwork/node_test_harness.git']], branches: [[name: 'a3248ba']]], poll: false
checkout scm: [$class: 'GitSCM', userRemoteConfigs: [[url: 'https://github.com/aionnetwork/node_test_harness.git']], branches: [[name: '70c4712']]], poll: false
}

sh('cp pack/oan.tar.bz2 FunctionalTests/Tests')
Expand Down

0 comments on commit e9ff70b

Please sign in to comment.