File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2424 - name : Get Source
2525 run : |
2626 cd /home/ubuntu
27- [ ! -d barcode-reader-javascript-samples ] && git clone --depth 1 https://github.com/Dynamsoft/barcode-reader-javascript-samples.git
28- [ -d barcode-reader-javascript-samples ] && cd barcode-reader-javascript-samples && git pull https://github.com/Dynamsoft/barcode-reader-javascript-samples.git
27+ [ -d barcode-reader-javascript-samples ] && rm -rf barcode-reader-javascript-samples
28+ [ ! -d barcode-reader-javascript-samples ] && git clone --depth 1 -b demo https://github.com/Dynamsoft/barcode-reader-javascript-samples.git
29+ [ -d barcode-reader-javascript-samples ] && cd barcode-reader-javascript-samples && git pull
2930
3031 - name : Sync files
3132 uses :
SamKirkland/[email protected]
You can’t perform that action at this time.
0 commit comments