Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
l3uddz committed Feb 19, 2020
1 parent 21e034a commit 379c5f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ environment:
secure: SgT7lL3UU7EebphtnUx2dQFTN6Ad9QiGVkCh2B62xMFwW7lyummeb54scTSyHoHTTpAzWpwCJq9hLyHLWiznSg==

install:
- export COMMIT_TIMESTAMP=$(date -d '${APPVEYOR_REPO_COMMIT_TIMESTAMP}' -"%s")
- export COMMIT_TIMESTAMP=$(date -d '${APPVEYOR_REPO_COMMIT_TIMESTAMP}' +"%s")
- echo $COMMIT_TIMESTAMP
- which gcc
- echo $PATH
- go version
Expand Down

0 comments on commit 379c5f2

Please sign in to comment.