Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
patches3
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Linaro
20230615-jc1
josh
patches3
Commits
4ffaaf40
Commit
4ffaaf40
authored
8 years ago
by
NGPixel
Browse files
Options
Downloads
Patches
Plain Diff
fix: exclude node_modules from deps archive
parent
4746115d
Branches
Branches containing commit
Tags
v1.0.4
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
with
1 addition
and
1 deletion
.travis.yml
+
1
−
1
View file @
4ffaaf40
...
...
@@ -21,7 +21,7 @@ before_script:
before_deploy
:
-
tar -czf wiki-js.tar.gz * -X .build/.deployexclude
-
yarn install --production --ignore-scripts --prefer-offline
-
tar -czf node_modules.tar.gz node_modules
-
tar -czf node_modules.tar.gz
-C
node_modules
.
deploy
:
provider
:
releases
api_key
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment