Skip to content

Commit

Permalink
feat: add debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Nov 7, 2024
1 parent 2a68929 commit a78ad5d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,6 @@ jobs:

- name: Setup and Copy CentOS/RHEL files for packaging
if: contains(matrix.os, 'centos')
env:
ACTIONS_STEP_DEBUG : true
run: |
yum install xorg-x11-utils -y
mkdir -p package_CentOS/opt
Expand All @@ -357,7 +355,7 @@ jobs:
chmod +x package_CentOS/opt/ansys_python_manager/ansys_python_manager
version=v`cat ./src/ansys/tools/installer/VERSION`
echo "APPLICATION_VERSION=$version" >> $GITHUB_ENV
fpm -v $version --fpm-options-file linux/non-debian/fpm-options-centos
fpm -v $version --fpm-options-file linux/non-debian/fpm-options-centos --verbose
cp ./linux/non-debian/installer_CentOS.sh installer_CentOS.sh
cp ./linux/non-debian/updater_CentOS.sh updater_CentOS.sh
chmod +x installer_CentOS.sh updater_CentOS.sh ansys_python_manager_CentOS.rpm
Expand All @@ -366,8 +364,6 @@ jobs:
- name: Setup and Copy Fedora files for packaging
if: contains(matrix.os, 'fedora')
env:
ACTIONS_STEP_DEBUG : true
run: |
mkdir -p package_Fedora/opt
mkdir -p package_Fedora/usr/share/applications
Expand All @@ -382,7 +378,7 @@ jobs:
chmod +x package_Fedora/opt/ansys_python_manager/ansys_python_manager
version=v`cat ./src/ansys/tools/installer/VERSION`
echo "APPLICATION_VERSION=$version" >> $GITHUB_ENV
fpm -v $version --fpm-options-file linux/non-debian/fpm-options-fedora
fpm -v $version --fpm-options-file linux/non-debian/fpm-options-fedora --verbose
cp ./linux/non-debian/installer_CentOS.sh installer_Fedora.sh
cp ./linux/non-debian/updater_CentOS.sh updater_Fedora.sh
chmod +x installer_Fedora.sh updater_Fedora.sh ansys_python_manager_Fedora.rpm
Expand Down

0 comments on commit a78ad5d

Please sign in to comment.