mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Forcing travis VM to western most date and echo a Travis date to catch it on log
This commit is contained in:
parent
17a0590ee4
commit
e152cfd10f
|
|
@ -40,8 +40,10 @@ env:
|
|||
- TRAVIS_TAG=$(curl --fail --user ${GH_API_USER} -s https://api.github.com/repos/getgrav/grav/releases/latest | grep tag_name | head -n 1 | cut -d '"' -f 4)
|
||||
|
||||
before_install:
|
||||
- export TZ=Pacific/Honolulu
|
||||
- composer self-update
|
||||
- go get github.com/aktau/github-release
|
||||
- echo "Travis Date: `date`"
|
||||
- git clone --quiet --depth=50 --branch=master https://${BB_TOKEN}bitbucket.org/rockettheme/grav-devtools.git $RT_DEVTOOLS &>/dev/null;
|
||||
- if [ ! -z "$TRAVIS_TAG" ]; then
|
||||
cd "${RT_DEVTOOLS}";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user