aboutsummaryrefslogtreecommitdiff
path: root/.circleci/config.yml
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2019-03-14 15:32:10 +0000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2019-03-14 15:32:10 +0000
commita2a2fc661a124654b695ec8a79063f431dcee036 (patch)
treeba66326ab72ed7e6af0715308118355cf524a81f /.circleci/config.yml
parente290c9a791a1907e18fe32a9210745489c86de28 (diff)
downloadGT5-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.yml4
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" }}