Skip to content

Commit

Permalink
NPM integration tests: use ansible-ci-files
Browse files Browse the repository at this point in the history
  • Loading branch information
pilou- authored and mattclay committed Jan 26, 2018
1 parent a69445e commit 0db98d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/targets/npm/tasks/setup.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- name: 'Download NPM'
unarchive:
src: 'https://nodejs.org/dist/v{{ nodejs_version }}/{{ nodejs_path }}.tar.gz'
src: 'https://ansible-ci-files.s3.amazonaws.com/test/integration/targets/npm/{{ nodejs_path }}.tar.gz'
dest: '{{ output_dir }}'
remote_src: yes
creates: '{{ output_dir }}/{{ nodejs_path }}.tar.gz'

0 comments on commit 0db98d7

Please sign in to comment.