Files
eden/.ci/scripts/common/pre-upload.sh
T

8 lines
177 B
Bash
Raw Normal View History

2019-07-13 21:34:40 -04:00
#!/bin/bash -ex
GITDATE="`git show -s --date=short --format='%ad' | sed 's/-//g'`"
GITREV="`git show -s --format='%h'`"
2020-12-29 22:09:06 -05:00
ARTIFACTS_DIR="artifacts"
2019-07-13 21:34:40 -04:00
2020-12-29 22:09:06 -05:00
mkdir -p "${ARTIFACTS_DIR}/"