Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
brittney allen
purr-data
Commits
4b6cc114
Commit
4b6cc114
authored
6 years ago
by
Jonathan Wilkes
Browse files
Options
Downloads
Patches
Plain Diff
Revert "make the build fail if nwjs binary isn't successfully downloaded"
This reverts commit
e0119971
.
parent
d95f5624
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
l2ork_addons/tar_em_up.sh
+1
-1
1 addition, 1 deletion
l2ork_addons/tar_em_up.sh
with
1 addition
and
1 deletion
l2ork_addons/tar_em_up.sh
+
1
−
1
View file @
4b6cc114
...
...
@@ -200,7 +200,7 @@ if [ ! -d "../pd/nw/nw" ]; then
nwjs_url
=
${
nwjs_url
}
/
$nwjs_filename
echo
"Fetching the nwjs binary from"
echo
"
$nwjs_url
"
wget
-nv
$nwjs_url
||
exit
1
wget
-nv
$nwjs_url
if
[[
$os
==
"win"
||
$os
==
"osx"
]]
;
then
unzip
$nwjs_filename
else
...
...
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