convert to sha256sum
This commit is contained in:
parent
eed0e50ba1
commit
395954e077
@ -30,9 +30,9 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- source $DRONE_HOME/${DRONE_STAGE_NAME}.env
|
- source $DRONE_HOME/${DRONE_STAGE_NAME}.env
|
||||||
- cd $work
|
- cd $work
|
||||||
- rm -f $httpdir/lineage-$version-*-UNOFFICIAL-$device.zip{,.md5sum}
|
- rm -f $httpdir/lineage-$version-*-UNOFFICIAL-$device.zip{,.sha256sum}
|
||||||
- mv -f out/target/product/$device/lineage-$version-*-UNOFFICIAL-$device.zip{,.md5sum} $httpdir/
|
- mv -f out/target/product/$device/lineage-$version-*-UNOFFICIAL-$device.zip{,.sha256sum} $httpdir/
|
||||||
- ls -lh $httpdir/lineage-$version-*-UNOFFICIAL-$device.zip{,.md5sum}
|
- ls -lh $httpdir/lineage-$version-*-UNOFFICIAL-$device.zip{,.sha256sum}
|
||||||
|
|
||||||
- name: clean
|
- name: clean
|
||||||
commands:
|
commands:
|
||||||
@ -61,7 +61,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- source $DRONE_HOME/mondrianwifi.env
|
- source $DRONE_HOME/mondrianwifi.env
|
||||||
- cd $httpdir
|
- cd $httpdir
|
||||||
- mv lineage-$version-*-UNOFFICIAL-$device.zip{,.md5sum} $publishdir/
|
- mv lineage-$version-*-UNOFFICIAL-$device.zip{,.sha256sum} $publishdir/
|
||||||
- ls -lh $publishdir/
|
- ls -lh $publishdir/
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
Loading…
Reference in New Issue
Block a user