mirror of
https://github.com/overte-org/overte.git
synced 2025-07-25 01:45:19 +02:00
Remove unneeded GitHub Actions code.
This commit is contained in:
parent
7191fa579b
commit
ad2825ee89
3 changed files with 0 additions and 32 deletions
16
.github/workflows/linux_server_build.yml
vendored
16
.github/workflows/linux_server_build.yml
vendored
|
@ -142,14 +142,6 @@ jobs:
|
|||
container: ${{matrix.image}}
|
||||
|
||||
steps:
|
||||
- name: Clear Working Directories
|
||||
if: contains(matrix.runner, 'linux_aarch64') || contains(matrix.runner, 'linux_amd64')
|
||||
shell: bash
|
||||
run: |
|
||||
rm -rf ./*
|
||||
rm -rf ~/overte-files
|
||||
rm -rf ~/.cache
|
||||
|
||||
- name: Configure Build Environment 1
|
||||
shell: bash
|
||||
run: |
|
||||
|
@ -339,11 +331,3 @@ jobs:
|
|||
AWS_ACCESS_KEY_ID: ${{ secrets.s3_access_key_id }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.s3_secret_access_key }}
|
||||
run: python3 $GITHUB_WORKSPACE/tools/ci-scripts/upload.py
|
||||
|
||||
- name: Clear Working Directories
|
||||
if: contains(matrix.runner, 'linux_aarch64') || contains(matrix.runner, 'linux_amd64')
|
||||
shell: bash
|
||||
run: |
|
||||
rm -rf ./*
|
||||
rm -rf ~/overte-files
|
||||
rm -rf ~/.cache
|
||||
|
|
8
.github/workflows/master_build.yml
vendored
8
.github/workflows/master_build.yml
vendored
|
@ -322,11 +322,3 @@ jobs:
|
|||
# with:
|
||||
# name: symbols
|
||||
# path: ${{runner.workspace}}/${{ steps.buildenv1.outputs.symbols_archive }}
|
||||
|
||||
- name: Clear Working Directories
|
||||
if: contains(matrix.runner, 'linux_aarch64')
|
||||
shell: bash
|
||||
run: |
|
||||
rm -rf ./*
|
||||
rm -rf ~/overte-files
|
||||
rm -rf ~/.cache
|
||||
|
|
8
.github/workflows/release_build.yml
vendored
8
.github/workflows/release_build.yml
vendored
|
@ -229,11 +229,3 @@ jobs:
|
|||
name: ${{ env.SYMBOLS_ARCHIVE }}
|
||||
path: ${{runner.workspace}}/${{ env.SYMBOLS_ARCHIVE }}
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Clear Working Directories
|
||||
if: contains(matrix.runner, 'linux_aarch64')
|
||||
shell: bash
|
||||
run: |
|
||||
rm -rf ./*
|
||||
rm -rf ~/overte-files
|
||||
rm -rf ~/.cache
|
||||
|
|
Loading…
Reference in a new issue