Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
courses
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
R3
school
courses
Commits
4fac8d23
Commit
4fac8d23
authored
6 years ago
by
Laurent Heirendt
Browse files
Options
Downloads
Patches
Plain Diff
replacing content of gitlab yml
parent
371c03af
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!21
Regular merge of develop
Pipeline
#8326
failed
6 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+34
-29
34 additions, 29 deletions
.gitlab-ci.yml
with
34 additions
and
29 deletions
.gitlab-ci.yml
+
34
−
29
View file @
4fac8d23
stages
:
-
test
-
deploy
before_script
:
-
npm prune
-
npm install
-
bower prune --allow-root
-
bower install --allow-root
cache
:
paths
:
-
node_modules/
paths
:
-
bower_components/
key
:
"
$CI_BUILD_REPO"
-
node_modules/
before_script
:
-
ruby -v
-
apt-get update -y
-
apt-get install -y libssl-dev build-essential wget
-
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
-
source /root/.bashrc
-
nvm install 6.6.0
-
nvm use 6.6.0
-
node -v
-
npm -v
-
npm install
-
npm install -g bower@1.7.9
-
bower -v
-
bower install --allow-root
-
npm install -g grunt-cli@1.2.0
-
npm install -g grunt@1.0.1
-
grunt --version
-
gem install bundler -v '1.13.2'
-
bundle --version
-
bundle install
-
gem install jekyll -v '3.3.0'
-
jekyll --version
sample_t
es
t
:
stage
:
test
script
:
-
grunt build
-
grunt test
-
grunt jscs --force
-
grunt jshint --forc
e
pag
es
:
stage
:
deploy
script
:
-
grunt
full
build
artifacts
:
paths
:
-
_sit
e
sample_deploy
:
stage
:
deploy
only
:
-
gitlab-pages
script
:
-
grunt build babel uglify:dist
artifacts
:
paths
:
-
dist/
only
:
-
gitlab-pages
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment