Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider 1b45d9e1 rédigé par Christian Paul's avatar Christian Paul Validation de GitHub
Parcourir les fichiers

Remove workaround for issue 803 (#830)

parent e2bc480c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -11,8 +11,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 16
# Workaround for https://github.com/matrix-org/matrix-appservice-discord/issues/803
- run: git config --global url.https://github.com/.insteadOf git://github.com/
- run: yarn
- run: yarn lint
test:
......@@ -26,7 +24,5 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node_version }}
# Workaround for https://github.com/matrix-org/matrix-appservice-discord/issues/803
- run: git config --global url.https://github.com/.insteadOf git://github.com/
- run: yarn
- run: yarn test
......@@ -3,9 +3,6 @@ COPY . /tmp/src
# install some dependencies needed for the build process
RUN apt update && apt install -y build-essential make gcc g++ python3 ca-certificates libc-dev wget git
# Workaround for https://github.com/matrix-org/matrix-appservice-discord/issues/803
RUN git config --global url.https://github.com/.insteadOf git://github.com/
RUN cd /tmp/src \
&& yarn
......
Remove `git config` workaround to pull a dependency from github.com.
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter