Skip to content
Snippets Groups Projects
Commit af648d94 authored by Joshua Lambert's avatar Joshua Lambert
Browse files

Fix wget statement

parent f7a5ae1a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -431,7 +431,7 @@ production:
export CI_ENVIRONMENT_URL=$(cat environment_url.txt)
mkdir gitlab-exporter
wget -O https://gitlab.com/gitlab-org/gl-performance/raw/10-3/index.js gitlab-exporter/index.js
wget -O gitlab-exporter/index.js https://gitlab.com/gitlab-org/gl-performance/raw/10-3/index.js
mkdir sitespeed-results
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment