diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index fb5e8be124..eab425f66d 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -14,7 +14,7 @@ env: jobs: build-and-test: name: Build and Test - runs-on: ubuntu-22.04 + runs-on: arc-coralproject steps: - name: Checkout @@ -22,10 +22,6 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - - - uses: webfactory/ssh-agent@v0.7.0 - with: - ssh-private-key: ${{ secrets.REPO_PATCHED_DEPLOY_KEY }} - name: Login to GAR uses: docker/login-action@v2 diff --git a/scripts/npm-ci.sh b/scripts/npm-ci.sh index edd318d525..0b479ca0b1 100644 --- a/scripts/npm-ci.sh +++ b/scripts/npm-ci.sh @@ -4,12 +4,6 @@ set -e cd "$(dirname "$0")" cd .. -echo "installing git hooks" - -cd scripts -sh install-git-hooks.sh -cd .. - echo "running \`npm ci\` for \`config\`" cd config npm ci diff --git a/server/package.json b/server/package.json index 9840663009..100fed88b5 100644 --- a/server/package.json +++ b/server/package.json @@ -337,7 +337,7 @@ "react-final-form-arrays": "^3.1.2", "react-helmet": "^5.2.1", "react-popper": "^1.3.7", - "react-relay": "github:coralproject/patched#react-relay-10.0.1", + "react-relay": "https://github.com/coralproject/patched.git#react-relay-10.0.1", "react-relay-network-modern": "^5.0.0", "react-responsive": "^8.0.3", "react-shadow": "^19.0.2",