File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
2222 - docker pull stupchiy/checklink
2323 - docker run -it stupchiy/checklink -b -X '(http|https|mailto):' "https://labs.w3.org/spec-generator/?type=respec&url=https://rawgit.com/w3c/json-ld-api/${TRAVIS_BRANCH}/index.html?specStatus=WD;shortName=json-ld11-api"
2424 - stage : echidna
25- name : " Enchidna Publication"
25+ name : " Echidna Publication"
2626 # Only on push to "publications" branch
2727 if : branch = publications AND type = push
2828 env :
2929 - URL="http://w3c.github.io/json-ld-api/ECHIDNA"
3030 - DECISION="https://www.w3.org/2018/json-ld-wg/Meetings/Minutes/2018/2018-09-28-json-ld#resolution2"
3131 - TOKEN : " 11657711435bb82ee2493813.74388089"
3232 script :
33- - curl "https://labs.w3.org/echidna/api/request" --data 'dry-run=true' --data "url=$URL" --data "decision=$DECISION" --data "token=$TOKEN"
33+ - curl "https://labs.w3.org/echidna/api/request" --data "url=$URL" --data "decision=$DECISION" --data "token=$TOKEN"
You can’t perform that action at this time.
0 commit comments