File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -22,3 +22,14 @@ steps:
22
22
image : stargate01/smartcard-ci
23
23
commands :
24
24
- /app/src/scripts/test-all.sh
25
+ - name : publish
26
+ image : plugins/github-release
27
+ settings :
28
+ api_key :
29
+ from_secret : github_api_key
30
+ files : /app/src/bin/*
31
+ when :
32
+ branch :
33
+ - master
34
+ event :
35
+ - tag
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ teardown() {
33
33
@test " NDEF read write" {
34
34
cd /app/tools/pcsc-ndef
35
35
PAYLOAD=' fHwG61CGBRM3L6ZrpGpq'
36
- echo $PAYLOAD | python3 pcsc_ndef.py -r " Virtual PCD 00 00" -t 4 write >&3
36
+ echo $PAYLOAD | python3 pcsc_ndef.py -r " Virtual PCD 00 00" -t 4 write
37
37
RESP=` python3 pcsc_ndef.py -r " Virtual PCD 00 00" -t 4 read`
38
38
[ " $RESP " == " $PAYLOAD " ]
39
39
}
You can’t perform that action at this time.
0 commit comments