Skip to content

Commit

Permalink
Disable container and service configuration for CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
esolitos authored and gitbutler-client committed Aug 8, 2024
1 parent 9a0b78d commit 0237412
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions .github/actions/install-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ runs:
echo "version=${VESPA_CLI_VERSION}" >> "$GITHUB_OUTPUT"
- name: Install dnf dependencies
shell: bash
run: |
dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo
dnf -y install docker-ce protobuf-compiler protobuf-devel python3 python3-pip --nobest
# - name: Install dnf dependencies
# shell: bash
# run: |
# dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo
# dnf -y install docker-ce protobuf-compiler protobuf-devel python3 python3-pip --nobest

- name: Install python dependencies
shell: bash
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/verify-guides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ defaults:
jobs:
test:
runs-on: ubuntu-latest
container:
image: vespaengine/vespa-build-almalinux-8:latest
services:
docker:
image: docker:dind
options: --privileged --shm-size=2g
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
ports:
- "19071:19071"
# container:
# image: vespaengine/vespa-build-almalinux-8:latest
# services:
# docker:
# image: docker:dind
# options: --privileged --shm-size=2g
# volumes:
# - "/var/run/docker.sock:/var/run/docker.sock"
# ports:
# - "19071:19071"
env:
LANG: "C.UTF-8"
steps:
Expand All @@ -41,7 +41,7 @@ jobs:

- name: install-site
run: |
gem install bundler
# gem install bundler
bundle install
- name: build-site
Expand Down

0 comments on commit 0237412

Please sign in to comment.