mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
remove lib/dist from cache
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user