Removed improper artifact folder

Former-commit-id: d9ed5b19b73411541bfbd6a1cdbd276c6a9ec6b3
This commit is contained in:
Forest Anderson 2019-04-29 15:36:41 -04:00
parent 62430746af
commit a25f7b6efa

View File

@ -132,7 +132,7 @@ commit-linux-debug:
- tar -cvjSf bin/commit-linux-debug.tar.bz2 commit-build - tar -cvjSf bin/commit-linux-debug.tar.bz2 commit-build
artifacts: artifacts:
paths: paths:
- bin/commit-linux-debug.tar.bz2 - commit-linux-debug.tar.bz2
expire_in: 1 week expire_in: 1 week
except: except:
- schedules - schedules
@ -157,7 +157,7 @@ commit-windows-debug:
- zip -r bin/commit-windows-debug.zip commit-build - zip -r bin/commit-windows-debug.zip commit-build
artifacts: artifacts:
paths: paths:
- bin/commit-windows-debug.zip - commit-windows-debug.zip
expire_in: 1 week expire_in: 1 week
except: except:
- schedules - schedules
@ -186,7 +186,7 @@ nightly-linux-optimized:
- tar -cvjSf bin/nightly-linux-optimized.tar.bz2 nightly-build - tar -cvjSf bin/nightly-linux-optimized.tar.bz2 nightly-build
artifacts: artifacts:
paths: paths:
- bin/nightly-linux-optimized.tar.bz2 - nightly-linux-optimized.tar.bz2
expire_in: 2 days expire_in: 2 days
only: only:
- schedules - schedules
@ -208,7 +208,7 @@ nightly-windows-optimized:
- zip -r bin/nightly-windows-optimized.zip nightly-build - zip -r bin/nightly-windows-optimized.zip nightly-build
artifacts: artifacts:
paths: paths:
- bin/nightly-windows-optimized.zip - nightly-windows-optimized.zip
expire_in: 2 days expire_in: 2 days
only: only:
- schedules - schedules