Skip to content
Snippets Groups Projects
Commit b6a30a1b authored by Ken Hawkins's avatar Ken Hawkins
Browse files

Do i need quotes?

parent a5e6cba6
No related branches found
No related tags found
No related merge requests found
Pipeline #11656 passed with stage
in 1 minute and 39 seconds
......@@ -14,7 +14,7 @@ before_script:
- npm install
- npm install -g gulp-cli
- gulp build
- curl https://www.projectwallace.com/webhooks/v1/imports?token=$WALLACE_TOKEN -fsS --retry 3 -X POST -H 'Content-Type: text/css' -d @build/css/styles.css
- "curl https://www.projectwallace.com/webhooks/v1/imports?token=$WALLACE_TOKEN -fsS --retry 3 -X POST -H 'Content-Type: text/css' -d @build/css/styles.css"
deploy:
provider: pages
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment