mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-07 06:46:31 -05:00
Finalize Azure Pipelines Definitions
d
This commit is contained in:
6
.ci/scripts/common/pre-upload.sh
Normal file
6
.ci/scripts/common/pre-upload.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
GITDATE="`git show -s --date=short --format='%ad' | sed 's/-//g'`"
|
||||
GITREV="`git show -s --format='%h'`"
|
||||
|
||||
mkdir -p artifacts
|
Reference in New Issue
Block a user