Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/actions/job-preamble/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,6 @@ runs:
df -BGB /
[[ ${free%GB} -ge "${{ inputs.free-disk-space }}" ]]

- name: Ignore dubious repository ownership
run: |
# Prevent fatal error "detected dubious ownership in repository" from recent git.
git config --global --add safe.directory "$(pwd)"
shell: bash

- name: Record job info
uses: gacts/run-and-post-run@d803f6920adc9a47eeac4cb6c93dbc2e2890c684 # v1.4.0
env:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Checkout submodules
run: |
git submodule update --init

- uses: ./.github/actions/handle-tagged-build

- uses: ./.github/actions/download-artifact-with-retry
Expand Down Expand Up @@ -531,10 +527,6 @@ jobs:
with:
gcp-account: ${{ secrets.GCP_SERVICE_ACCOUNT_STACKROX_CI }}

- name: Checkout submodules
run: |
git submodule update --init

- uses: ./.github/actions/handle-tagged-build

- name: Set build tag for prerelease images
Expand Down
Loading