diff options
| author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-02-07 09:58:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-07 09:58:52 +0000 |
| commit | e23951a27cacd6e80f305602022a0e2c4638da75 (patch) | |
| tree | 7fec253c0e6ac5459e4568d52c6b2861a70ba636 | |
| parent | 0ed9f2e43c5d4e2e06b3a1f7d1bb8449e5af83a8 (diff) | |
| download | GT5-Unofficial-e23951a27cacd6e80f305602022a0e2c4638da75.tar.gz GT5-Unofficial-e23951a27cacd6e80f305602022a0e2c4638da75.tar.bz2 GT5-Unofficial-e23951a27cacd6e80f305602022a0e2c4638da75.zip | |
% Updated CircleCI config
| -rw-r--r-- | .circleci/config.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 54890efa01..96bdee3615 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,8 +16,8 @@ jobs: #https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.7.10-10.13.4.1614-1.7.10/forge-1.7.10-10.13.4.1614-1.7.10-src.zip - - restore_cache: - key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }} + #- restore_cache: + # key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }} - run: name: Download Forge @@ -25,7 +25,7 @@ jobs: - run: name: Unzip Forge - command: unzip forge-1.7.10-10.13.4.1614-1.7.10-src.zip + command: unzip -o forge-1.7.10-10.13.4.1614-1.7.10-src.zip - run: name: Setup Forge/MCP |
