Skip to content

Commit

Permalink
[FAB-16232] Remove FabToken sample
Browse files Browse the repository at this point in the history
The FabToken sample needs to be removed, as the FabToken code
itself is being removed/disabled by Angelo De Caro due to it
not being included in Fabric v2.0. Additionally, the FabToken
sample is subject to sporadic CI failures, which we are trying
to clean up.

Signed-off-by: Simon Stone <sstone1@uk.ibm.com>
Change-Id: Id434d384493f030d2407ca2f9d8687b0681a3723
  • Loading branch information
Simon Stone committed Aug 6, 2019
1 parent 3996db5 commit 4158877
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 696 deletions.
21 changes: 0 additions & 21 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,27 +136,6 @@
}
}
}
// Run fabtoken tests
stage('Run FabToken Tests') {
steps {
script {
// making the output color coded
wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'xterm']) {
try {
dir("$ROOTDIR/$BASE_DIR/scripts/ci_scripts") {
// Run fabtoken tests
sh './ciScript.sh --fabtoken_Tests'
}
}
catch (err) {
failure_stage = "fabtoken_Tests"
currentBuild.result = 'FAILURE'
throw err
}
}
}
}
}
} // stages
post {
always {
Expand Down
185 changes: 0 additions & 185 deletions fabtoken/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions fabtoken/javascript/.gitignore

This file was deleted.

Loading

0 comments on commit 4158877

Please sign in to comment.