Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gitlab
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
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
certo
gitlab
Commits
f8bb601d
Commit
f8bb601d
authored
Mar 12, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab-shell needs go for building
parent
32708e0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Makefile
Makefile
+6
-6
No files found.
Makefile
View file @
f8bb601d
...
...
@@ -39,12 +39,12 @@ all: database-config
@echo
"$$DATABASE_CONFIG"
>
/srv/www/config/database.yml
cd
/srv/www
&&
HOME
=
"/tmp"
&&
bundle
install
--deployment
--without
development
test
mysql aws kerberos
cd /srv/www && HOME="/tmp"
&&
bundle exec rake gitlab
:
shell:install RAILS_ENV=production
cd
/srv/www
&&
HOME
=
"/tmp"
&&
bundle
exec
rake
"gitlab:workhorse:install[/srv/www/gitlab-workhorse]"
RAILS_ENV
=
production
cd
/srv/www
&&
HOME
=
"/tmp"
&&
bundle
exec
rake
"gitlab:gitaly:install[/srv/www/gitaly,/srv/www/repositories]"
RAILS_ENV
=
production
cd
/srv/www
&&
HOME
=
"/tmp"
&&
yarn
install
--production
--pure-lockfile
cd
/srv/www
&&
HOME
=
"/tmp"
&&
bundle
exec
rake gitlab:assets:compile
RAILS_ENV
=
production
NODE_ENV
=
production
cd
/srv/www
&&
HOME
=
"/tmp"
bundle
install
--deployment
--without
development
test
mysql aws kerberos
cd /srv/www && HOME="/tmp"
GOPATH=$(CURDIR)/../go/go GOCACHE=/tmp/gocache
bundle exec rake gitlab
:
shell:install RAILS_ENV=production
cd
/srv/www
&&
HOME
=
"/tmp"
bundle
exec
rake
"gitlab:workhorse:install[/srv/www/gitlab-workhorse]"
RAILS_ENV
=
production
cd
/srv/www
&&
HOME
=
"/tmp"
bundle
exec
rake
"gitlab:gitaly:install[/srv/www/gitaly,/srv/www/repositories]"
RAILS_ENV
=
production
cd
/srv/www
&&
HOME
=
"/tmp"
yarn
install
--production
--pure-lockfile
cd
/srv/www
&&
HOME
=
"/tmp"
bundle
exec
rake gitlab:assets:compile
RAILS_ENV
=
production
NODE_ENV
=
production
postinstall
:
install
-v
-m775
-o
postgres
-g
postgres
-d
/run/postgresql
...
...
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