Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
saml2int-org
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
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ASM
saml2int-org
Commits
4d008a1c
Commit
4d008a1c
authored
Jul 06, 2015
by
Andreas Åkre Solberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Push using new buildpack and linux distro on paas
parent
87d80920
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Gruntfile.js
Gruntfile.js
+1
-1
No files found.
Gruntfile.js
View file @
4d008a1c
...
@@ -47,7 +47,7 @@ module.exports = function(grunt) {
...
@@ -47,7 +47,7 @@ module.exports = function(grunt) {
novaPush
:
{
novaPush
:
{
command
:
function
()
{
command
:
function
()
{
grunt
.
log
.
writeln
(
'
Pushing to Nova PaaS
'
);
grunt
.
log
.
writeln
(
'
Pushing to Nova PaaS
'
);
return
'
cd dist; cf push <%= novaConfig.name %> -b
https://github.com/cloudfoundry-community/nginx-buildpack.git
'
;
return
'
cd dist; cf push <%= novaConfig.name %> -b
staticfile-buildpack-1-0-0 -s cflinuxfs2
'
;
}
}
}
}
}
}
...
...
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