Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
openshift-utils
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
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
Oli Schacher
openshift-utils
Commits
4ef2c83a
Commit
4ef2c83a
authored
Jan 15, 2019
by
Oli Schacher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename to nodejs-grunt
parent
94edfd17
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
s2i/nodejs-grunt/README.md
s2i/nodejs-grunt/README.md
+0
-0
s2i/nodejs-grunt/assemble
s2i/nodejs-grunt/assemble
+6
-1
No files found.
s2i/nodejs-
build-prouction
/README.md
→
s2i/nodejs-
grunt
/README.md
View file @
4ef2c83a
File moved
s2i/nodejs-
build-prouction
/assemble
→
s2i/nodejs-
grunt
/assemble
View file @
4ef2c83a
...
...
@@ -70,8 +70,13 @@ if [ -z "$NODE_ENV" ]; then
fi
fi
echo
"---> Installing grunt globally"
npm
install
-g
grunt-cli
echo
"--> Ready to build, current source tree"
ls
-la
if
[
"
$NODE_ENV
"
!=
"production"
]
;
then
echo
"---> Building your Node application from source"
...
...
@@ -80,7 +85,7 @@ if [ "$NODE_ENV" != "production" ]; then
else
echo
"---> Installing all dependencies"
npm
install
npm
install
.
#do not fail when there is no build script
echo
"---> Building in production mode"
...
...
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