mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 17:00:13 +02:00
Remove debug step from workflow
This commit is contained in:
parent
1ca69fde93
commit
5af7df7153
1 changed files with 0 additions and 17 deletions
17
.github/workflows/linux_server_build.yml
vendored
17
.github/workflows/linux_server_build.yml
vendored
|
@ -254,23 +254,6 @@ jobs:
|
||||||
echo "Disk usage:"
|
echo "Disk usage:"
|
||||||
df -h
|
df -h
|
||||||
|
|
||||||
- name: tree
|
|
||||||
if: always()
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
if [[ "${{ matrix.os }}" =~ "ubuntu" || "${{ matrix.os }}" =~ "debian" ]]; then
|
|
||||||
|
|
||||||
echo "Updating apt repository index"
|
|
||||||
sudo apt update || exit 1
|
|
||||||
|
|
||||||
echo "Installing apt packages"
|
|
||||||
sudo apt -y install tree || exit 1
|
|
||||||
|
|
||||||
else # RPM
|
|
||||||
dnf -y install tree || exit 1
|
|
||||||
fi
|
|
||||||
tree -f /
|
|
||||||
|
|
||||||
- name: Upload artifact to GitHub
|
- name: Upload artifact to GitHub
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
# upload-artifact v2 and v3 are currently broken on our Docker configuration
|
# upload-artifact v2 and v3 are currently broken on our Docker configuration
|
||||||
|
|
Loading…
Reference in a new issue