Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
0c77f246
Unverified
Commit
0c77f246
authored
Mar 03, 2017
by
David Haynes
Browse files
Does the site even update?
parent
779dfb8b
Pipeline
#1033
failed with stages
in 1 minute
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0c77f246
image
:
node:7.6.0
build_css
:
stage
:
deploy
before_script
:
-
npm install
-
npm install -g grunt-cli
...
...
@@ -12,13 +11,16 @@ build_css:
-
bower install --allow-root
script
:
-
grunt build
-
mkdir .public
-
cp index.html .public
-
cp -r ./bower_components/bootstrap/dist/js .public
-
cp -r ./masonstrap .public
-
cp -r ./assets .public
-
mv .public public
artifacts
:
paths
:
-
public
-
masonstrap/masonstrap.min.css
pages
:
stage
:
deploy
script
:
-
mkdir .public
-
cp index.html masonstrap/masonstrap.min.css assets/css/custom.min.css bower_components/bootstrap/dist/js/bootstrap.min.js assets/js/custom.js .public
-
mv .public public
artifacts
:
paths
:
-
public
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