mirror of https://github.com/licensee/licensee.git
less
This commit is contained in:
parent
cd7a1132f9
commit
bea6864215
|
@ -1,19 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
REPO="ContributorCovenant/contributor_covenant"
|
|
||||||
DIR=vendor/contributor-covenant
|
|
||||||
INCLUDE="*/content/version"
|
|
||||||
|
|
||||||
rm -Rf $DIR
|
|
||||||
mkdir -p $DIR
|
|
||||||
|
|
||||||
curl -L "https://api.github.com/repos/$REPO/tarball" | tar xf - --include=$INCLUDE --strip-components=2 -C $DIR
|
|
||||||
|
|
||||||
REPO="stumpsyn/policies"
|
|
||||||
DIR=vendor/citizen-code-of-conduct
|
|
||||||
|
|
||||||
rm -Rf $DIR
|
|
||||||
mkdir -p $DIR
|
|
||||||
INCLUDE="*/citizen_code_of_conduct.md"
|
|
||||||
|
|
||||||
curl -L "https://api.github.com/repos/$REPO/tarball" | tar xf - --include=$INCLUDE --strip-components=1 -C $DIR
|
|
Loading…
Reference in New Issue