Skip to content
Snippets Groups Projects
Commit 0d3f2966 authored by Rick Carback's avatar Rick Carback
Browse files

Put the curl calls inside quotes to fix linter errors

parent 68ceb625
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,8 @@ before_script:
- echo $CI_BUILD_REF
- echo $CI_PROJECT_DIR
- mkdir -p bin
- curl -f -L -H "PRIVATE-TOKEN: $PATKEY" -o bin/server $SERVER_URL
- curl -f -L -H "PRIVATE-TOKEN: $PATKEY" -o bin/client $CLIENT_URL
- "curl -f -L -H \"PRIVATE-TOKEN: $PATKEY\" -o bin/server $SERVER_URL"
- "curl -f -L -H \"PRIVATE-TOKEN: $PATKEY\" -o bin/client $CLIENT_URL"
- echo $PWD
- find bin/ -type f
......
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