Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
arsnova-click-v2-frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
ARSnova
arsnova-click-v2-frontend
Commits
e7b45beb
Commit
e7b45beb
authored
Jun 12, 2018
by
Christopher Mark Fullarton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes duplicate npm installs
parent
ad275ffd
Pipeline
#16470
failed with stages
in 2 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
.gitlab-ci.yml
.gitlab-ci.yml
+2
-5
No files found.
.gitlab-ci.yml
View file @
e7b45beb
...
...
@@ -8,13 +8,13 @@ npm_install:
stage
:
install
tags
:
-
nodejs
script
:
-
npm install
cache
:
key
:
npm-cache
policy
:
push
paths
:
-
node_modules/
script
:
-
npm install
ts_lint
:
stage
:
test
...
...
@@ -26,7 +26,6 @@ ts_lint:
paths
:
-
node_modules/
script
:
-
npm install tslint typescript
-
node_modules/tslint/bin/tslint -c tslint.json -p tsconfig.json
npm_test
:
...
...
@@ -43,7 +42,6 @@ npm_test:
-
echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list
-
apt-get -y update
-
apt-get -y install google-chrome-stable
-
npm install
-
npm test
build
:
...
...
@@ -60,7 +58,6 @@ build:
-
node_modules/
script
:
-
echo $STAGING_SERVER_ENDPOINTS > src/assets/serverEndpoint.json
-
npm install
-
npm run build:SSR
artifacts
:
paths
:
...
...
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