Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
(PC-1932) code review
  • Loading branch information
edupedup committed Jun 5, 2019
1 parent f84c101 commit d32b63f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 47 deletions.
2 changes: 1 addition & 1 deletion api
Submodule api updated from 7cd764 to bb4808
@@ -1,6 +1,9 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* From "https://www.npmjs.com/package/artillery-plugin-metrics-by-endpoint"
* */

const url = require('url');

Expand Down
40 changes: 0 additions & 40 deletions artillery/files/artillery-plugin-metrics-by-endpoint/package.json

This file was deleted.

7 changes: 2 additions & 5 deletions artillery/install_artillery.yml
Expand Up @@ -4,7 +4,7 @@
become: true
tasks:
- name: Add node 8 repo
shell: "sudo curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash"
shell: "sudo curl --silent --location https://rpm.nodesource.com/setup_10.x | sudo bash"

- name: Install nodejs
yum:
Expand All @@ -22,11 +22,8 @@

- name: Install custom artillery-plugin-metrics-by-endpoint
copy:
src: "artillery-plugin-metrics-by-endpoint/{{ item }}"
src: "artillery-plugin-metrics-by-endpoint/index.js"
dest: /usr/lib/node_modules/artillery-plugin-metrics-by-endpoint/
loop:
- package.json
- index.js

- name: Create artillery directory
file:
Expand Down

0 comments on commit d32b63f

Please sign in to comment.