Skip to content

Commit

Permalink
Fix duplicate step id
Browse files Browse the repository at this point in the history
  • Loading branch information
fcaffieri committed Jan 3, 2025
1 parent d7c900e commit e37e7a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/offline-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,14 +187,14 @@ jobs:
ansible-galaxy collection install community.general
- name: Get system type
id: get-system-type
id: get-sys-type
run: |
set +e
SYSTEM_TYPE=$(ansible-playbook .github/workflows/ansible-playbooks/offline-installation/get_system_type.yml \
-i $ALLOCATOR_PATH/inventory \
-l all \
"$VERBOSITY")
echo $?
echo $SYSTEM_TYPE
if [ "$SYSTEM_TYPE" != "rpm" ] && [ "$SYSTEM_TYPE" != "deb" ]; then
echo "ERROR: Unsupported system type. Could not determine if system is RPM or DEB based."
Expand Down

0 comments on commit e37e7a7

Please sign in to comment.