Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Application Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
20
Issues
20
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ganggo
Application Server
Commits
476733b9
Commit
476733b9
authored
Sep 07, 2018
by
zauberstuhl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add only certain dirs to bindata
fixes skipping public assets directory
parent
65611dea
Pipeline
#306
passed with stages
in 22 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Makefile
Makefile
+3
-2
No files found.
Makefile
View file @
476733b9
...
...
@@ -103,8 +103,9 @@ endif
mkdir
-p
$(srcdir)
/tmp
&&
cd
$$
_
&&
{
\
tar
-x
-f
"../ganggo.tar.gz"
;
\
[
-f
"ganggo.exe"
]
&&
mv
ganggo.exe ganggo
;
\
go-bindata
-ignore
=
'(vendor|node_modules|updater|ci|.*\.tar\.gz|tmp)\/'
\
-o
../updater/bindata.go ganggo src/...
;
\
go-bindata
-o
../updater/bindata.go ganggo
\
src/github.com/revel/...
\
src/
$(package)
/
{
app,conf,messages,public
}
/...
;
\
}
cd
$(srcdir)
/updater
&&
go build
\
-ldflags
"-X main.version=
$(version)
"
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment