diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-03-14 15:32:10 +0000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-03-14 15:32:10 +0000 |
commit | a2a2fc661a124654b695ec8a79063f431dcee036 (patch) | |
tree | ba66326ab72ed7e6af0715308118355cf524a81f /.circleci/config.yml | |
parent | e290c9a791a1907e18fe32a9210745489c86de28 (diff) | |
download | GT5-Unofficial-a2a2fc661a124654b695ec8a79063f431dcee036.tar.gz GT5-Unofficial-a2a2fc661a124654b695ec8a79063f431dcee036.tar.bz2 GT5-Unofficial-a2a2fc661a124654b695ec8a79063f431dcee036.zip |
- Reverted Tweaks.
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 65b8924e22..b0b101acd7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,14 +12,14 @@ jobs: steps: - # - checkout + - checkout - run: name: Run build command: export TERM=${TERM:-dumb} # && ./gradlew clean build - # - run: sudo chmod +x gradlew + - run: sudo chmod +x gradlew - restore_cache: key: jars-{{ checksum "GTPP_BuildRepo.sh" }}-{{ checksum "GTPP_BuildRepo.sh" }} |