remove lib/dist from cache

This commit is contained in:
Eugenio Romano
2019-08-30 15:55:05 +01:00
parent 073ece2d02
commit 537d5b912f
+1 -2
View File
@@ -67,8 +67,8 @@ jobs:
- stage: Lint & Build Dist & Release
name: Lint & Build Dist & Release
script:
- ./scripts/lint.sh || exit 1;
- ./scripts/travis/build/build.sh || exit 1;
- ./scripts/lint.sh || exit 1;
- ./scripts/travis/release/release.sh
- TAG_VERSION=$(./scripts/travis/deploy/tag-travis-branch.sh)
- echo "Running the docker with tag" $TAG_VERSION
@@ -149,4 +149,3 @@ cache:
- node_modules
- demo-shell/dist
- tmp
- lib/dist